Skip to content

Commit 4e42cc3

Browse files
authored
PYTHON-5378 Fix usage of drivers secrets (#1009)
1 parent 4a49e5c commit 4e42cc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,18 @@ functions:
164164
cd ./libmongocrypt/bindings/python && ${test_env|} ./.evergreen/test.sh
165165
166166
"test python integ":
167+
- command: ec2.assume_role
168+
params:
169+
role_arn: ${drivers_test_secrets_role}
167170
- command: subprocess.exec
168171
params:
169172
binary: bash
170173
include_expansions_in_env:
171174
- project_directory
172175
- variant_name
176+
- AWS_SECRET_ACCESS_KEY
177+
- AWS_ACCESS_KEY_ID
178+
- AWS_SESSION_TOKEN
173179
args:
174180
- ./libmongocrypt/bindings/python/.evergreen/integ-setup.sh
175181
- command: expansions.update

0 commit comments

Comments
 (0)