File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
4141 unset AWS_ACCESS_KEY_ID;
4242 unset AWS_SECRET_ACCESS_KEY;
4343else
44- npm install mongodb-client-encryption@" >=2.0.0-beta.3"
4544 pip install --upgrade boto3
46-
4745 # Get access to the AWS temporary credentials:
4846 echo " adding temporary AWS credentials to environment"
4947 # CSFLE_AWS_TEMP_ACCESS_KEY_ID, CSFLE_AWS_TEMP_SECRET_ACCESS_KEY, CSFLE_AWS_TEMP_SESSION_TOKEN
5048 . $DRIVERS_TOOLS /.evergreen/csfle/set-temp-creds.sh
5149fi
5250
51+ npm install mongodb-client-encryption@" >=2.0.0-beta.3"
52+
5353AUTH=$AUTH SINGLE_MONGOS_LB_URI=${SINGLE_MONGOS_LB_URI} MULTI_MONGOS_LB_URI=${MULTI_MONGOS_LB_URI} MONGODB_API_VERSION=${MONGODB_API_VERSION} MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} MONGODB_URI=${MONGODB_URI} LOAD_BALANCER=${LOAD_BALANCER} npm run ${TEST_NPM_SCRIPT}
You can’t perform that action at this time.
0 commit comments