Details
-
Task
-
Resolution: Fixed
-
Major
-
sdk-3.0-backlog
-
DOC-2020-S23-Nov29, DOC-2020-S24-Dec13, DOC-2020-S25-Jan03
-
1
Description
Currently we don't have the documentation for setting plain authentication with Python SDK.
The way to do it is to set it in the connection string like so:
cluster = Cluster("couchbases://10.143.205.101?sasl_mech_force=PLAIN&certpath=cert.ca",ClusterOptions(PasswordAuthenticator("einstein","password"))) |
We need to document this like we did for Java here:
https://docs.couchbase.com/java-sdk/current/howtos/sdk-authentication.html