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 4a49e5c commit 4e42cc3Copy full SHA for 4e42cc3
.evergreen/config.yml
@@ -164,12 +164,18 @@ functions:
164
cd ./libmongocrypt/bindings/python && ${test_env|} ./.evergreen/test.sh
165
166
"test python integ":
167
+ - command: ec2.assume_role
168
+ params:
169
+ role_arn: ${drivers_test_secrets_role}
170
- command: subprocess.exec
171
params:
172
binary: bash
173
include_expansions_in_env:
174
- project_directory
175
- variant_name
176
+ - AWS_SECRET_ACCESS_KEY
177
+ - AWS_ACCESS_KEY_ID
178
+ - AWS_SESSION_TOKEN
179
args:
180
- ./libmongocrypt/bindings/python/.evergreen/integ-setup.sh
181
- command: expansions.update
0 commit comments