-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
(copied to CRM)
Problem Statement/Rationale
When using the legacy mongo shell to connect to a database that is hooked up to use external auth via a provider like okta, the shell will trigger single request to authenticate that will trigger a single 2fa verification. However, when using mongosh, every single command that I run against the database trigger an additional 2fa verification request for some reason. It's almost like mongosh is authenticating on every single command executed in the session
Steps to Reproduce
Connect to any mongodb instance that's hooked up to okta as external auth? For example, https://wiki.corp.mongodb.com/display/MMS/Cloud+Dev+and+QA+Environments
Expected Results
See above
Actual Results
See above
Additional Notes
Any additional information that may be useful to include.
- causes
-
COMPASS-4527 Multiple mongos connections
- Closed
- is related to
-
COMPASS-7009 Improve error message for "Connection pool cleared"
- Closed