Skip to content

Commit 0dfe8e7

Browse files
authored
Merge pull request #536 from Pseudolukian/fix/example/static-auth
Add .DS_Store in gitignore and delete note
2 parents 647bb2b + 8787a1c commit 0dfe8e7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ ydb.egg-info/
1111
.coverage
1212
/cov_html
1313
/build
14+
.DS_Store

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,

0 commit comments

Comments
 (0)