I am very new to MongoDB. I have an Atlas project. How do I find my username and password for the connect string for Compass?
You may take a look at this walkthrough
But in the Atlas UI (the website) you click on Database, just below Deployments (left pane) then click on connect and get the connection string for Compass.
2 Likes
Further to @santimir’s response the creation of database users is described in the Atlas Documentation: https://www.mongodb.com/docs/atlas/security-add-mongodb-users/#add-database-users
Most likely this will Password Authentication but organisations have other mechanisms available too: LDAP, X509, OIDC and AWS IAM
1 Like
I figured it out myself. I found my username and password.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.