Skip to content

Commit 69db1ad

Browse files
committed
Use assume_role command before accessing secrets for atlas-data-lake tests
1 parent 435c386 commit 69db1ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config/test-tasks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ tasks:
2525

2626
- name: "test-atlas-data-lake"
2727
commands:
28+
- command: ec2.assume_role
29+
params:
30+
role_arn: ${aws_test_secrets_role}
2831
- func: "bootstrap mongohoused"
2932
- func: "run atlas data lake test"
3033

0 commit comments

Comments
 (0)