From 8787a1ca5437828c889d03851a2c081c34f2db4b Mon Sep 17 00:00:00 2001 From: Pseudolukian Date: Mon, 16 Dec 2024 10:40:53 +0100 Subject: [PATCH] Add .DS_Store in gitignore and delete note --- .gitignore | 1 + examples/static-credentials/example.py | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ac9b9ead..9e02a7a6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ ydb.egg-info/ .coverage /cov_html /build +.DS_Store \ No newline at end of file diff --git a/examples/static-credentials/example.py b/examples/static-credentials/example.py index 7a31e07f..2f042f9e 100644 --- a/examples/static-credentials/example.py +++ b/examples/static-credentials/example.py @@ -27,11 +27,6 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo user (str): Username. password (str): User password. ca_path (str): Path to CA cert - - Notes: - 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. - Note that the VM from which you are connecting must be in the cluster's domain for which the CA certificate is issued. """ driver_config = ydb.DriverConfig( endpoint=endpoint,