Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


Property Description
AuthScheme The type of authentication to use when connecting to Couchbase.
User The Couchbase user account used to authenticate.
Password The password used to authenticate the user.
CredentialsFile Use this property if you need to provide credentials for multiple users or buckets. This file takes priority over other forms of authentication.
Server The address of the Couchbase server or servers to which you are connecting.
CouchbaseService Determines the Couchbase service to connect to. Default is N1QL. Available options are N1QL and Analytics.
ConnectionMode Determines how to connect to the Couchbase server. Must be either Direct or Cloud.
DNSServer Determines what DNS server to use when retrieving Couchbase Capella information.
N1QLPort The port for connecting to the Couchbase N1QL Endpoint.
AnalyticsPort The port for connecting to the Couchbase Analytics Endpoint.
WebConsolePort The port for connecting to the Couchbase Web Console.