Skip to content

Commit

Permalink
Fix bootstrap AUTH + SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp committed Nov 19, 2024
1 parent 18d82e0 commit b4695c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .evergreen/scripts/bootstrap-mongo-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ fi

MONGODB_VERSION=${VERSION} \
TOPOLOGY=${TOPOLOGY} \
AUTH=${AUTH} \
SSL=${SSL} \
AUTH=${AUTH:-noauth} \
SSL=${SSL:-nossl} \
STORAGE_ENGINE=${STORAGE_ENGINE:-} \
DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:-} \
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:-} \
Expand Down
3 changes: 0 additions & 3 deletions .evergreen/scripts/configure-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export SKIP_HATCH="${SKIP_HATCH:-}"
export skip_crypt_shared="${skip_crypt_shared:-}"
export STORAGE_ENGINE="${STORAGE_ENGINE:-}"
export REQUIRE_API_VERSION="${REQUIRE_API_VERSION:-}"
export AUTH="${AUTH:-noauth}"
export SSL="${SSL:-nossl}"
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
export PATH="$MONGODB_BINARIES:$PATH"
Expand Down

0 comments on commit b4695c1

Please sign in to comment.