From 5482d7012b401234ac8d67bc045473c47cd70ec9 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 8 Nov 2023 14:07:26 -0500 Subject: [PATCH] fix(NODE-5464): add atlas qa env --- src/cmap/auth/mongo_credentials.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmap/auth/mongo_credentials.ts b/src/cmap/auth/mongo_credentials.ts index 9af6e2fd40..e67cca28de 100644 --- a/src/cmap/auth/mongo_credentials.ts +++ b/src/cmap/auth/mongo_credentials.ts @@ -38,6 +38,7 @@ const ALLOWED_HOSTS_ERROR = 'Auth mechanism property ALLOWED_HOSTS must be an ar /** @internal */ export const DEFAULT_ALLOWED_HOSTS = [ '*.mongodb.net', + '*.mongodb-qa.net', '*.mongodb-dev.net', '*.mongodbgov.net', 'localhost',