File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 10
10
"auto_encryption_opts" : AutoEncryptionOpts (
11
11
key_vault_namespace = "my_encrypted_database.keyvault" ,
12
12
kms_providers = {"local" : {"key" : os .urandom (96 )}},
13
+ crypt_shared_lib_path = "mongo_crypt_v1.so" ,
13
14
),
14
15
"directConnection" : True ,
15
16
},
Original file line number Diff line number Diff line change 49
49
run : cp .github/workflows/*_settings.py django_repo/tests/
50
50
- name : Copy the test runner file
51
51
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
56
+ cp lib/mongo_crypt_v1.so django_repo/
52
57
- name : Start local Atlas
53
58
working-directory : .
54
59
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