Skip to content

Commit dd397ac

Browse files
committed
Fix 2
1 parent 08957eb commit dd397ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/static-credentials/example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
2424
database (str): Accepts a string, the database name in the format `/Root/<database-name>`.
2525
user (str): Username.
2626
password (str): User password.
27+
ca_path (str): Path to CA cert
2728
2829
Notes:
2930
The argument `root_certificates` of the function `ydb.DriverConfig` takes the content of the cluster's root certificate for connecting to cluster nodes via TLS.

0 commit comments

Comments
 (0)