Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
479 results found
-
Show billing amount on top all the time
Would be nice if I can see my current billing on top all the time, even in Atlas, like it used to be before UI change. Thanks.
1 vote -
Support multiple LDAP servers and TLS connection options
When integrating my Atlas project with an LDAP service, we want to specify multiple LDAP servers rather than just one, and to specify options for the TLS connection such as allowing invalid hostnames. Both of these can be done in self-managed MongoDB Enterprise.
1 vote -
Login auto-redirects to 2FA screen but shouldn't, or offer logout
I have three MongoDB Atlas logins and when I visit the Atlas login page it then redirects me to the 2FA page.
I actually just want to swap between accounts, so either a logout option would be useful, or let me return to the login screen from the 2FA screen. Unfortunately if I click 'back' the app forwards me back to the 2FA screen.
1 vote -
Allow me to pay for a month of "developer" level support without committing to a subscription
AWS lets you pay for a month of support at any time.
My understanding of MongoDB support is that if you discontinue support and then start again a year later, you have to pay for all the interim months.
Another way of doing this would be to pay per-incident. I like the monthly model better because it would work for people just getting started to ask a lot of questions.1 vote -
Zapier Integration
Currently The Mongo Atlas connection string is not supported by Zapier! What??
1 vote -
Provide UI to test failover of a sharded cluster
Currently we can test failover of replica set to test that application gracefully handle elections etc. I'd like to see a way to do the same for sharded clusters. Maybe this could turn off a random mongos router node at the same time as trigger an election on one of the shards.
1 vote -
Atlas MongoDB Users Page has Confusing Role Assignment
There is currently some confusion that has been introduced in the UI regarding the “old” way of specifying namespace-level roles and the “new” way that is used when using custom roles in Atlas.
Let's say I create a user,
hi
, with thereadWrite
default role onfunkydb
:https://cl.ly/bf42cae9383b/Image%202019-02-27%20at%2010.21.46%20AM.png
And create a separate MongoDB user,
hi_again
, assigned thefunkydbreadwrite
custom role (which is defined the same way, with thereadWrite
default role onfunkydb
):https://cl.ly/0b0b1ee50722/Image%202019-02-27%20at%2010.22.48%20AM.png
These two roles are essentially the same, but the UI in the MongoDB Users tab renders them differently:
https://cl.ly/5cc211e2c7d7/Image%202019-02-27%20at%2010.19.40%20AM.png
In the example…
1 vote -
1 vote
-
Support HITRUST certification for Atlas
Some companies want a certification from HITRUST https://hitrustalliance.net/about-us/ in order to put workloads in the cloud
1 vote -
Pause and Resume clusters needs a timestamp in the JSON
Currently clusters can only be paused for 7 days. After that period they must be resumed for at least one hour. However the time of resumption is not included in the result from the resume REST call. If that data was included a script could determine easily when to pause a cluster again after maintenance jobs are finished.
1 vote -
Allow to Peer with VPC's that doesn't follow Private Networks Ranges
Allow to Peer with VPC's that doesn't follow Private Networks Ranges
Currently I have one infrastructure based on a VPC with the CIDR range of 30.0.0.0/16, and I'm unable to make it safe with VPC peering because of the restrictions on this.
https://docs.atlas.mongodb.com/security-vpc-peering/
I thinl that allowing to peer with any AWS VPC's that do not overlap would be nice, as it is difficult to change the VPC when you have a running infrastructure, just to integrate safely with MongoDB Atlas
1 vote -
Support TLS1.3 in Atlas Control Plane and Clusters
Add TLS1.3 as an option for encryption-in-motion.
1 vote -
Missing time zone name
I was trying to Select my country's timezone but I could not find it. Namibia's timezone is Africa/Windhoek +2 GMT or otherwise Central Africa Time +2 GMT after it abolished the Daylight savings time in 2017. However, none of the options are available for timezone selection when setting cloud preferences.
Please note I can not use another country's timezone even if they are similar.
1 vote -
Ability to download invoices in JSON Format
You provide the ability to download invoices in PDF, Txt and CSV format.
Would be great to download them in JSON Format1 vote -
I'm looking for a database to replace the Lotus Approach which I have been using since 1995. It works well for my subscription list. I
I don't understand your site at all! But I would really like to move my data away from Approach as it is limiting. Windows XP is the best Os, it doesn't connect with the internet. But it has Forms which are brilliant.
1 vote -
Have a page that describes different commands necessary to mongodump a local database and transfer that to atlas. Describe only that
Have a page that describes different commands necessary to mongodump a local database and transfer that to atlas. Don't include descriptions of all the options for whatever commands are necessary to do that, only write what is precisely necessary to do that. Include an example like the following:
Database name: testDatabase Host address: testAddress Username: testName
Password: testPassmongodump --db=testDatabase
mongorestore --host testAddress --username testName --password testPass --authenticationDatabase admin --db testDatabase ./testDatabase
END OF EXAMPLE
I don't know what commands actually work to create a file that can be uploaded to an Atlas cluster because the documentation doesn't have a…
1 vote -
ESC to exit/cancel record edit mode
Double click on a specific record enter edit mode. ESC would be great to exit it.
I often need to dbl-click object IDs so to quickly select them. This habit costs me additional mouse travel to reach Cancel, and then click.1 vote -
When downloading logs select the primary server by default
In the download logs dialog we need to select a server, as the primary server usually has the most useful log information it would be useful if the server selection drop down defaulted to the primary.
1 vote -
example database sample_mflix.movies.title is not always string
I tried to use the sample_mflix sample database to check MongoDB drivers of C#, how can I use them. The first idea was to download the movies into a statically typed classes, but the provider threw cannot cast int to string exception.
Long story short. The problem was that whenever the title of a movie was a number (like spartan 300), the sample database loaded a number instead of a string.
Can we change it so the initial load of the database contains only string titles?
1 vote
- Don't see your idea?