Skip to content

Commit 3f05afa

Browse files
authored
PYTHON-5378 Fix usage of drivers secrets (#68)
1 parent 60e4d0b commit 3f05afa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ functions:
2929
directory: "src"
3030

3131
"fetch secrets":
32+
- command: ec2.assume_role
33+
params:
34+
role_arn: ${drivers_test_secrets_role}
3235
- command: subprocess.exec
3336
type: setup
3437
params:
3538
working_dir: "src"
3639
binary: bash
40+
include_expansions_in_env: [AWS_SECRET_ACCESS_KEY, AWS_ACCESS_KEY_ID, AWS_SESSION_TOKEN]
3741
args: [.evergreen/fetch-secrets.sh]
3842

3943
"fetch repo":

0 commit comments

Comments
 (0)