-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
v4.4
-
STM 2020-07-27, STM 2020-08-10, STM 2020-08-24, STM 2020-09-07
-
1
When users connect to Atlas Data Lake (ADL) with the mongo shell, they may sometimes encounter the error:
*** It looks like this is a MongoDB Atlas cluster. Please ensure that your IP whitelist allows connections from your network.
This is because ADL URIs have a .query.mongodb.net suffix - and not a mongodb.net suffix.
We should update https://github.com/mongodb/mongo/blob/43e2423bae07e13cf624b9d5fb74e62bd1959b19/src/mongo/shell/mongo.js#L360-L370 to provide a correct error message for ADL users.
- is related to
-
SERVER-49488 Mongo shell is conflating authentication & network errors
- Closed