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:
455
455
params :
456
456
shell : " bash"
457
457
working_dir : mongo-csharp-driver
458
+ include_expansions_in_env :
459
+ - " AWS_ACCESS_KEY_ID"
460
+ - " AWS_SECRET_ACCESS_KEY"
461
+ - " AWS_SESSION_TOKEN"
458
462
script : |
459
463
. ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas_connect
460
464
. evergreen/run-atlas-connectivity-tests.sh
@@ -2185,6 +2189,10 @@ task_groups:
2185
2189
binary : bash
2186
2190
env :
2187
2191
VAULT_NAME : ${VAULT_NAME}
2192
+ include_expansions_in_env :
2193
+ - " AWS_ACCESS_KEY_ID"
2194
+ - " AWS_SECRET_ACCESS_KEY"
2195
+ - " AWS_SESSION_TOKEN"
2188
2196
args :
2189
2197
- ${DRIVERS_TOOLS}/.evergreen/serverless/create-instance.sh
2190
2198
- command : expansions.update
You can’t perform that action at this time.
0 commit comments