We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d3119 commit bd32b9fCopy full SHA for bd32b9f
examples/static-credentials/example.py
@@ -29,7 +29,7 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
29
ca_path (str): Path to CA cert
30
31
Notes:
32
- The argument `root_certificates` of the function `ydb.DriverConfig` takes the content of the cluster's root certificate
+ The argument `root_certificates` of the function `ydb.DriverConfig` takes the content of the cluster's root certificate
33
for connecting to cluster nodes via TLS.
34
Note that the VM from which you are connecting must be in the cluster's domain for which the CA certificate is issued.
35
"""
0 commit comments