Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
435 results found
-
Terminate existing connections from IPs when removed from the whitelist
When removing entries from an Atlas Project's IP whitelist, existing connections from those IPs are maintained, and thus those hosts can continue to perform operations until the connection times out. I'm aware such connections can be dropped by doing a Test Failover or pausing and unpausing the cluster, but in some scenarios this is not ideal if even possible. This also seems like a security gap: When access is revoked from a particular IP or CIDR block, any existing client connections originating from that IP or CIDR should be terminated and the hosts behind that IP or CIDR should be…
4 votes -
Description field for VPC peering page
Add a description field to easily identity the peering items in Peerings tab. Example: "Peering for Stage Kubernetes cluster apps"
4 votes -
Project Homepage / Ability to add descriptions to Atlas projects
We have a lot of Atlas projects in our org, some are outdated, unused, orphaned, some important and used for production. It would be great to have a way to describe what each of them are for, who to contact for questions, etc.
For example, when you switch to a project, you land on the project homepage that has the description right there, alongside an overview of how many clusters, users, last change, if whitelists are enabled etc. Even better if I can use Markdown or some other "rich" editing experience to create the description and add links, bullet points,…
2 votes -
Add support for arbiters
We have a situation where we are required to build in an AWS region that only has two AZs (ca-central-1). In addition, there are no other AWS regions in the country (Canada). And due to our requirement around data sovereignty, we can't host this data set within a different country.
Because of this, we can't guarantee our cluster will stay up if we lose a single AZ unless we put an arbiter in a 2nd region (since no data is copied to the arbiter). However, Atlas does not support arbiters currently. I know arbiters aren't ideal, but in this edge…
3 votes -
Requesting database wise billing data in a shared cluster
Currently we developing a portal to provide cost details to each customer who are using our platform. We have shared clusters in out pre environment and need to calculate cost for each customer for lower environment.
Better if you can provide an API call to get this database wise cost details.
3 votes -
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 -
Fix a glitch in the web app's UI
Just pointing out a little glitch in the UI:
When we have very long values, the key is invisible and the field type is pushed to the side.
Screenshot attached.2 votes -
Support TLS1.3 in Atlas Control Plane and Clusters
Add TLS1.3 as an option for encryption-in-motion.
1 vote -
Ability for users to subscribe to product update emails in the Atlas UI
There should be a way to subscribe to product feature/updates within the Atlas portal.
2 votes -
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 -
Add a single-node option.
mLab had the option to create a single-node deployment, which was very nice for development environments where redundancy isn't important, but keeping costs down is.
Would be nice to see this in Atlas as well.
30 votes -
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 -
CLI for working with atlas
Revive this tool https://github.com/ralphcapassomongo/atlas-cli and create a formal CLI for working with Atlas in the command line.
3 votes -
Give an option to pause the cluster as a parameter, at the moment it is auto activating after 30 days of cluster pause which is not required
Give an option to pause the cluster as a parameter for specific duration of time, at the moment it is auto activating after 30 days of cluster pause which is not required for all the users and manually we have to keep an eye on this at the moment.
4 votes -
Add "Copy as JSON" to Performance Advisor
In Performance Advisor, I can see sample queries for each index suggestion.
They are formatted "nicely" for human viewing, but to actually investigate it, one would want to copy it as valid mongodb json, and run it withexplain
or analyze it in compass, or even just run it in a console to see how long it runs before and after the index addition.
However, there is no way of doing that, and I have multiple times "translated" the good looking ui to a mongo query so I could run it elsewhere.
This is a tedious and annoying thing (especially…9 votes -
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 -
Add Support for AD/LDAP Token Groups
This is a request to add support for the Token Groups LDAP attribute included in Active Directory’s LDAP implementation:
https://docs.microsoft.com/en-us/windows/win32/adschema/a-tokengroups
Currently Atlas/Mongo only supports looking up group membership from queries against the user object in LDAP (typically by looking at the “memberOf” attribute). This attribute does not include groups to which a user is a member via nested groups (being in a group that is also a member of another group). An LDAP filter can be added to the user group lookup which uses recursive filters to find all groups, however, that approach has the following problems:
- Recursive lookups are…
2 votes -
Atlas Activity feed flooded with Data-Explorer read-only operation events
As a user I find the Activity Feed overwheliming and want to be able to filter events more granuralry
3 votes -
More detail and lead time around maintenance notifications
When we get email notifications of upcoming maintenances, it doesn't specify if the update is "urgent" or "low". When we received our last notice, it was 3 days out. If it's urgent, then we understand the short time frame around the notice. However, if it's a lower priority update, I would hope we could configure how far out we are aware of the maintenance or at a minimum get notified 2 weeks prior so we can communicate to our end users.
Additional information around what the maintenance is for would be appreciated as well. Something along the lines of "Patching…
8 votes -
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
- Don't see your idea?