File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -455,6 +455,10 @@ functions:
455455 params :
456456 shell : " bash"
457457 working_dir : mongo-csharp-driver
458+ include_expansions_in_env :
459+ - " AWS_ACCESS_KEY_ID"
460+ - " AWS_SECRET_ACCESS_KEY"
461+ - " AWS_SESSION_TOKEN"
458462 script : |
459463 . ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas_connect
460464 . evergreen/run-atlas-connectivity-tests.sh
@@ -2185,6 +2189,10 @@ task_groups:
21852189 binary : bash
21862190 env :
21872191 VAULT_NAME : ${VAULT_NAME}
2192+ include_expansions_in_env :
2193+ - " AWS_ACCESS_KEY_ID"
2194+ - " AWS_SECRET_ACCESS_KEY"
2195+ - " AWS_SESSION_TOKEN"
21882196 args :
21892197 - ${DRIVERS_TOOLS}/.evergreen/serverless/create-instance.sh
21902198 - command : expansions.update
You can’t perform that action at this time.
0 commit comments