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 8a4697d commit 3dd559cCopy full SHA for 3dd559c
.github/workflows/encrypted_settings.py
@@ -14,7 +14,7 @@
14
"auto_encryption_opts": AutoEncryptionOpts(
15
key_vault_namespace="my_encrypted_database.keyvault",
16
kms_providers={"local": {"key": os.urandom(96)}},
17
- crypt_shared_lib_path=crypt_shared_lib_path,
+ crypt_shared_lib_path=str(crypt_shared_lib_path),
18
),
19
"directConnection": True,
20
},
0 commit comments