File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ functions:
181181
182182 echo "CRYPT_SHARED_LIB_PATH: $CRYPT_SHARED_LIB_PATH"
183183
184+ # Get access to the AWS temporary credentials:
185+ echo "adding temporary AWS credentials to environment"
186+ # CSFLE_AWS_TEMP_ACCESS_KEY_ID, CSFLE_AWS_TEMP_SECRET_ACCESS_KEY, CSFLE_AWS_TEMP_SESSION_TOKEN
187+ . "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
188+
184189 MONGODB_URI="${MONGODB_URI}" \
185190 AUTH=${AUTH} SSL=${SSL} TEST_CSFLE=true \
186191 MONGODB_API_VERSION="${MONGODB_API_VERSION}"
Original file line number Diff line number Diff line change @@ -154,6 +154,11 @@ functions:
154154
155155 echo "CRYPT_SHARED_LIB_PATH: $CRYPT_SHARED_LIB_PATH"
156156
157+ # Get access to the AWS temporary credentials:
158+ echo "adding temporary AWS credentials to environment"
159+ # CSFLE_AWS_TEMP_ACCESS_KEY_ID, CSFLE_AWS_TEMP_SECRET_ACCESS_KEY, CSFLE_AWS_TEMP_SESSION_TOKEN
160+ . "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
161+
157162 MONGODB_URI="${MONGODB_URI}" \
158163 AUTH=${AUTH} SSL=${SSL} TEST_CSFLE=true \
159164 MONGODB_API_VERSION="${MONGODB_API_VERSION}"
You can’t perform that action at this time.
0 commit comments