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 94b1dd1 commit 18467f7Copy full SHA for 18467f7
.evergreen/config/test-tasks.yml
@@ -2,10 +2,14 @@ tasks:
2
- name: "test-atlas-connectivity"
3
tags: ["atlas", "nodb", "pr", "tag"]
4
commands:
5
+ - command: ec2.assume_role
6
+ params:
7
+ role_arn: ${aws_test_secrets_role}
8
# This creates secrets-export.sh, which is later sourced by run-tests.sh
9
- command: subprocess.exec
10
params:
11
working_dir: "src"
12
+ include_expansions_in_env: [AWS_SECRET_ACCESS_KEY, AWS_ACCESS_KEY_ID, AWS_SESSION_TOKEN]
13
binary: bash
14
args:
15
- -c
0 commit comments