Secrets Mount Couchbase
data class SecretsMountCouchbase(val allowedRoles: List<String>? = null, val base64Pem: String? = null, val bucketName: String? = null, val data: Map<String, Any>? = null, val hosts: List<String>, val insecureTls: Boolean? = null, val name: String, val password: String, val pluginName: String? = null, val rootRotationStatements: List<String>? = null, val tls: Boolean? = null, val username: String, val usernameTemplate: String? = null, val verifyConnection: Boolean? = null)
Constructors
Link copied to clipboard
constructor(allowedRoles: List<String>? = null, base64Pem: String? = null, bucketName: String? = null, data: Map<String, Any>? = null, hosts: List<String>, insecureTls: Boolean? = null, name: String, password: String, pluginName: String? = null, rootRotationStatements: List<String>? = null, tls: Boolean? = null, username: String, usernameTemplate: String? = null, verifyConnection: Boolean? = null)
Properties
Link copied to clipboard
A list of roles that are allowed to use this connection.
Link copied to clipboard
Required for Couchbase versions prior to 6.5.0. This is only used to verify vault's connection to the server.
Link copied to clipboard
Specifies whether to skip verification of the server certificate when using TLS.
Link copied to clipboard
Specifies the name of the plugin to use.
Link copied to clipboard
A list of database statements to be executed to rotate the root user's credentials.
Link copied to clipboard
Template describing how dynamic usernames are generated.
Link copied to clipboard
Whether the connection should be verified on initial configuration or not.