Skip to content

Commit b4695c1

Browse files
committed
Fix bootstrap AUTH + SSL
1 parent 18d82e0 commit b4695c1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.evergreen/scripts/bootstrap-mongo-orchestration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ fi
3535

3636
MONGODB_VERSION=${VERSION} \
3737
TOPOLOGY=${TOPOLOGY} \
38-
AUTH=${AUTH} \
39-
SSL=${SSL} \
38+
AUTH=${AUTH:-noauth} \
39+
SSL=${SSL:-nossl} \
4040
STORAGE_ENGINE=${STORAGE_ENGINE:-} \
4141
DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:-} \
4242
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:-} \

.evergreen/scripts/configure-env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ export SKIP_HATCH="${SKIP_HATCH:-}"
5252
export skip_crypt_shared="${skip_crypt_shared:-}"
5353
export STORAGE_ENGINE="${STORAGE_ENGINE:-}"
5454
export REQUIRE_API_VERSION="${REQUIRE_API_VERSION:-}"
55-
export AUTH="${AUTH:-noauth}"
56-
export SSL="${SSL:-nossl}"
57-
5855
5956
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
6057
export PATH="$MONGODB_BINARIES:$PATH"

0 commit comments

Comments
 (0)