Skip to content

Commit 435c386

Browse files
authored
PHPLIB-1678: Use assume_role command before accessing secrets (#1696)
1 parent fb48cce commit 435c386

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config/test-task-groups.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ task_groups:
88
- func: "locate PHP binaries"
99
- func: "fetch extension"
1010
- func: "install composer"
11+
- command: ec2.assume_role
12+
params:
13+
role_arn: ${aws_test_secrets_role}
1114
- command: subprocess.exec
1215
params:
1316
working_dir: src

0 commit comments

Comments
 (0)