summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2020-01-13 16:27:32 +0000
committerevergreen <evergreen@mongodb.com>2020-01-13 16:27:32 +0000
commite12dac70298521e2d4ccccd4e7f7fe2d7ff3defe (patch)
tree2ed07ddd0c91855cb9c02dc0e383eeaba14aee55 /etc
parent1d8b4b75ace0ebea55b03aa419714a14d30c5970 (diff)
downloadmongo-e12dac70298521e2d4ccccd4e7f7fe2d7ff3defe.tar.gz
SERVER-44268 Add testing support for AssumeRole
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 2a05798c3a3..33b03f56c35 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -5862,8 +5862,11 @@ tasks:
"iam_auth_ecs_task_definition": "${iam_auth_ecs_task_definition}",
"iam_auth_ecs_subnet_a": "${iam_auth_ecs_subnet_a}",
"iam_auth_ecs_subnet_b": "${iam_auth_ecs_subnet_b}",
- "iam_auth_ecs_security_group": "${iam_auth_ecs_security_group}"
+ "iam_auth_ecs_security_group": "${iam_auth_ecs_security_group}",
+ "iam_auth_assume_aws_account" : "${iam_auth_assume_aws_account}",
+ "iam_auth_assume_aws_secret_access_key" : "${iam_auth_assume_aws_secret_access_key}",
+ "iam_auth_assume_role_name" : "${iam_auth_assume_role_name}"
}
EOF
- command: shell.exec