You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
I have connection string to connect mongodb cluster with basic auth and authentication database which I tested with mongo (cli) and Studio 3T that works.
I found that authentication database part in connection string is ignored and I was keep getting auth failed error.
Giving connection string mongodb://username:password@mongodb0.example.com:27017/authentication_database what I experienced is that authentication_database part is ignored in paste connection string screen.
Expected Behavior/Code
Given connection string with basic auth and authentication database, mongodb-compass should connect successfully.
Environment
Centos 7
mongodb-compass 1.22.1
Possible Solution
Use Fill in connection fields individually screen and make sure to fill Authentication Database field.
The text was updated successfully, but these errors were encountered:
endertunc
changed the title
Authentication Database` is ignored when using connection string
'Authentication Database' is ignored when using connection string
Oct 18, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Behavior
I have connection string to connect mongodb cluster with basic auth and authentication database which I tested with mongo (cli) and Studio 3T that works.
I found that authentication database part in connection string is ignored and I was keep getting auth failed error.
This is the page where I found the connection string specs: https://docs.mongodb.com/manual/reference/connection-string/
Giving connection string
mongodb://username:password@mongodb0.example.com:27017/authentication_database
what I experienced is thatauthentication_database
part is ignored inpaste connection string
screen.Expected Behavior/Code
Given connection string with basic auth and authentication database, mongodb-compass should connect successfully.
Environment
Possible Solution
Use
Fill in connection fields individually
screen and make sure to fillAuthentication Database
field.The text was updated successfully, but these errors were encountered: