File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ export CSFLE_KMS_PROVIDERS=${CSFLE_KMS_PROVIDERS}
14
14
set -o xtrace # Write all commands first to stderr
15
15
set -o errexit # Exit the script with error if any of the commands fail
16
16
17
+ # Get access to the AWS temporary credentials:
18
+ echo " adding temporary AWS credentials to environment"
19
+ # CSFLE_AWS_TEMP_ACCESS_KEY_ID, CSFLE_AWS_TEMP_SECRET_ACCESS_KEY, CSFLE_AWS_TEMP_SESSION_TOKEN
20
+ . $DRIVERS_TOOLS /.evergreen/csfle/set-temp-creds.sh
21
+
17
22
ABS_PATH_TO_PATCH=$( pwd)
18
23
19
24
# Environment Variables:
@@ -84,6 +89,7 @@ export MONGODB_NODE_SKIP_LIVE_TESTS=""
84
89
# all of the below must be defined (as well as AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY)
85
90
export AWS_REGION=" us-east-1"
86
91
export AWS_CMK_ID=" arn:aws:kms:us-east-1:579766882180:key/89fcc2c4-08b0-4bd9-9f25-e30687b580d0"
92
+
87
93
npm test -- --colors
88
94
89
95
popd # ../csfle-deps-tmp/libmongocrypt/bindings/node
You can’t perform that action at this time.
0 commit comments