Skip to content

Commit 8b8704f

Browse files
committed
Try again with mongocryptd
1 parent 4f6f5f4 commit 8b8704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/encrypted_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"auto_encryption_opts": AutoEncryptionOpts(
1111
key_vault_namespace="my_encrypted_database.keyvault",
1212
kms_providers={"local": {"key": os.urandom(96)}},
13-
crypt_shared_lib_path="lib/mongo_crypt_v1.so",
13+
# crypt_shared_lib_path="lib/mongo_crypt_v1.so",
1414
),
1515
"directConnection": True,
1616
},

0 commit comments

Comments
 (0)