Compass
37 results found
-
Store Atlas Login Creds in Compass
If i want to use mongo generate query feature, i need to login to atlas everytime. Need compass to store the login creds and auto login.
3 votes -
Define Port for ssh tunneling
If it would be possible to define the local routed port, some things like mongodump and mongorestore could be easily used outside of mongodb compass.
1 vote -
Atlas UI Custom RBAC
Our organization leverages Okta for SAML/SSO authentication, and have terraformed our role mappings to the MongoDB Atlas provided Org and Project roles. There is currently a feature to create custom DB roles, however, custom RBAC for the Atlas UI is not available. This would be greatly beneficial for meeting separation of duties requirements and granting least privileged access for our user community. Is this a feature that the Mongo Atlas team is pursuing?
1 vote -
Compass: saved connections search field
I'd like to have a text field to search for a specific connection in all my saved connections.
1 vote -
Prompt for password
As a security conscious user, I do not want to store my password in Compass, and would prefer to have Compass prompt me for my password when it's blank in the connection manager. This way I can avoid multiple mouse clicks to drill into where I need to enter the password, or sometimes I forget that I need to do that because every other DB tool I've used will prompt.
1 vote -
Mongo Client for Edge Functions
Need a Mongo Client which can be used in Edge Functions like Cloudflare, Vercel, Deno, etc.
1 vote -
1 vote
-
Add a DISCONNECT option to the 3 dots dropdown menu when a connection is active
At the moment, there is no obvious way to disconnect from your connection to connect to another database, and you have to go through the top level Connect menu, which is quite cumbersome.
1 vote -
MongoDB Compass can have a Account Section
MongoDB Compass can have a option to sign in so that users can log in to their account can directly access their Atlas Clusters without having headache to get connection string and paste it here
2 votes -
AWS IAM in Compass is MFA protected & uses shortly expiring tokens
AWS IAM auth in Compass should be a password/token-copypaste-less, MFA-protected experience that uses shortly-expiring tokens, invisibly to the user. Said differently, selecting AWS IAM creds should prompt me with an { AWS config, MFA challenge } form/flow, and not an {{{ accessKeyId, secretAccessKey, sessionToken }}} form as it does today.
5 votes -
Support ssh certificates when connecting via ssh
Per this forum post https://www.mongodb.com/community/forums/t/ssh-certificates-with-mongo-compass/204504 Compass does not support the use of ssh certificates.
2 votes -
SSH private key - Ask for passphrase each time
I would like to be able to enter the SSH private key passphrase every time I connect to the DB like in NoSQLBooster or Robo 3T.
1 vote -
Need "Inactive" sessions "Terminated" connected via Compass to MongoDB
Need "Inactive" sessions "Terminated" which have been connected via Compass to MongoDB and idle for more than x minutes. This feature is not full available. As per MongoDB support maxIdleTimeMS -- "Compass supports that option but please note that this won't close the session, will only collect idle connections in the pool and wouldn't really be noticed on the user end.
For you to be aware, this request was already discussed internally as a missing option so it would be good if you can provide some additional feedback in our official website for our Product managers to consider."3 votes -
Recognize $HOME/.ssh/config file in SSH bastion / jump box
Configured hostnames are not read from the file causing the user to have to re-input the same jumpbox information per connection.
The work around is to define jumpbox destinations on the user's /etc/hosts file but preference is to have Compass respect the default SSH config file.
2 votes -
Allow connections to Atlas from Compass using SAML/SSO
When using Atlas with SAML (e.g. Okta, AzureAD) there is no (obvious) way to get access to the Atlas Cluster from Compass. Following the Compass instructions to get the username/connection string from Atlas shows me the shared SAML user - whom I cannot and should never get the password for - and no way to get the token or whatever it is that SAML is doing under the hood.
Can Compass please have a SAML option added - open a browser to the SSO provider and capture what it needs from there?
26 votes -
Change sidebar backgroud color on remotly connection
When remotely connect to databse expect localhost like ssh or other options, sidebar background color changed, beacuse confused between local db with server db and maybe mistake change collection doucument
1 vote -
database access needs to be more granular
I need the ability to restrict access to individual databases and /or clusters, for both build in and custom permissions and roles.
You have boxes for databases and collections; just add one for clusters too.
1 vote -
Compass: Set custom names for connections
When having many projects and connections saved in Compass, assign a custom name would be easier to identify the connection we want connect to.
1 vote -
Provide an UI option to limit Compass to a single database connection by setting the maxPoolSize to 1 in the driver
There are some authentication setups in the field that require customers to approve every attempt to use their external credentials (such as LDAP passwords) via manual interaction with an MFA vendor's app (a good example would be Okta Verify).
When the driver has a connection pool greater than 1 (the current default is 10), it may spawn additional connections to the database without letting the customer know. This may result in authentication failures for the various commands - if the customer misses the MFA prompt on their device.
The current solution is to set the maxPoolSize=1 option in the connection…
3 votes -
Add OpenSSH config and auth agent support
I have to use a vpn which forwards into a proxy to connect to my mongo cluster.
My PC => VPN => Bastion Host => Mongo Cluster
This is very easy to do using OpenSSH configs in other tools but compass does not support this option.
1 vote
- Don't see your idea?