Skip to content

Commit

Permalink
GODRIVER-2534 Ensure credentials are not used in EC2 auth tests (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Oct 3, 2022
1 parent b18931b commit f12df17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .evergreen/config.yml
Expand Up @@ -802,6 +802,10 @@ functions:
if [ "${SKIP_EC2_AUTH_TEST}" = "true" ]; then
exit 0
fi
# Truncate "prepare_mongodb_aws.sh" to zero length. If file not present, creates zero-length file.
: > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
${PROJECT_DIRECTORY}/.evergreen/run-mongodb-aws-test.sh
run-aws-auth-test-with-aws-credentials-as-environment-variables:
Expand Down Expand Up @@ -2159,7 +2163,7 @@ task_groups:
--out . \
--only "**/mongo_crypt_v1.*" \
--strip-path-components 1
# Find the crypt_shared library file in the current directory and set the CRYPT_SHARED_LIB_PATH to
# the path of that file. Only look for .so, .dll, or .dylib files to prevent matching any other
# downloaded files.
Expand Down

0 comments on commit f12df17

Please sign in to comment.