-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Connectivity
-
None
-
Environment:OS: Mac
node.js / npm versions: v20.3.1 / 9.6.7
Additional info:
-
5
Problem Statement/Rationale
Establish a new connection using a connection string with
- No credentials. Leads to a success message and no database list
- Only username. Leads to auth failure.
There is no option to prompt for credentials that I could find so the only option is to supply the complete connection string with full authentication credentials. This is a departure from the mongosh behavior where no credentials leads to an error when doing "show dbs" and a password prompt when only the username is supplied.
Additional Notes
Not technically a bug I would say but a user experience enhancement and/or feature parity with the mongosh
- is related to
-
COMPASS-5612 It should be possible to save a connection without a password
- Closed