diff --git a/src/cmap/auth/mongo_credentials.ts b/src/cmap/auth/mongo_credentials.ts index 5030f8ebbdf..f8d7e33c95c 100644 --- a/src/cmap/auth/mongo_credentials.ts +++ b/src/cmap/auth/mongo_credentials.ts @@ -45,7 +45,8 @@ export const DEFAULT_ALLOWED_HOSTS = [ '*.mongodbgov.net', 'localhost', '127.0.0.1', - '::1' + '::1', + '*.mongo.com' ]; /** Error for when the token audience is missing in the environment. */