Skip to content

Commit f40cde2

Browse files
committed
Fix note static auth
1 parent 647bb2b commit f40cde2

File tree

8 files changed

+0
-5
lines changed

8 files changed

+0
-5
lines changed

.DS_Store

10 KB
Binary file not shown.

.github/.DS_Store

6 KB
Binary file not shown.

docs/.DS_Store

6 KB
Binary file not shown.

examples/.DS_Store

12 KB
Binary file not shown.

examples/static-credentials/example.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
2727
user (str): Username.
2828
password (str): User password.
2929
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
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.
3530
"""
3631
driver_config = ydb.DriverConfig(
3732
endpoint=endpoint,

tests/.DS_Store

8 KB
Binary file not shown.

ydb/.DS_Store

8 KB
Binary file not shown.

ydb/_grpc/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)