File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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" ,
1314 ),
1415 "directConnection" : True ,
1516 },
Original file line number Diff line number Diff line change 4949 run : cp .github/workflows/*_settings.py django_repo/tests/
5050 - name : Copy the test runner file
5151 run : cp .github/workflows/runtests.py django_repo/tests/runtests_.py
52+ - name : Download crypt shared
53+ run : |
54+ wget https://downloads.mongodb.com/linux/mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2204-7.0.25.tgz
55+ tar -xvzf mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2204-7.0.25.tgz lib/mongo_crypt_v1.so
5256 - name : Start local Atlas
5357 working-directory : .
5458 run : bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
You can’t perform that action at this time.
0 commit comments