Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
-
Show Index Error on UI
When creating an index on your UI, if the index creation gives an error, the error doesn't show on the UI, for example if you have a field of type string, and have a value longer than 1024 bytes, and try to create a normal index on this field, the UI will tell you the index it's been creating successfully, but when you go to your collection and see your indexes, this will not appear, but when you create it on the MongoDB console, it gives the following error. It would be nice to have this error shown on the…
11 votes -
Allow individual Atlas database user to connect from different specific IP address only
The feature request is to allow individual Atlas database user to be able to connect from different specific IP address, instead of compulsorily having the whitelisted IP address apply to all database users.
I.e.
UserA can only connect from ipA
UserB can only connect from ipB4 votes -
Limit certain users to create only specific cluster sizes
After discovering over-spending forced to remove Atlas permissions for all developers. Would be nice if I could limit them to create only M0 / M2 / M5 clusters as sandbox.
4 votes -
Add "Maintenance Completed" Alert Option & Activity Feed Item
There are existing alerts that will notify users when a Project Maintenance Window is "not needed"/"scheduled"/"started" but it would also be helpful to add an alert for when maintenance has been completed. This event currently appears in a project activity feed as "cluster update completed". This alert would help users who need to manually verify if any of their applications need to be restarted following maintenance events.
3 votes -
Atlas Open Service Broker: PCF CredHub integration
Integrate Atlas Open Service Broker with CredHub to keep Atlas secretes in CredHub for PCF Use cases
2 votes -
Allow option to configure default project_owner when creating projects through API key
We're currently using the Atlas Service Broker (https://github.com/mongodb/atlas-osb) which is built using the native Atlas REST APIs.
In the project creation, it creates the project using the POST /api/atlas/v1.0/groups endpoint via an API key. As a result, we have an unexpected user added as the project_owner of the project.
THis is due to:
IMPORTANTTo create a project using API Key credentials, you must specify an orgId. When you do, Atlas automatically selects the Owner of the specified organization with the earliest account creation date and time as the Project Owner for the newly created project.
The API…
1 vote -
promote add user to main cluster menu
main menu should provide access to manage users
1 vote -
1 vote
-
Create Zurich region as option for AWS deployment
Atlas already supports deployment to Zurich region for GCP. As a reasonable option, introducing AWS deployment to Zurich zone would be benefitial.
1 vote -
Allow Atlas users to issue movePrimary command
Currently Atlas users are unable to issue the movePrimary command for moving the primary shard for a db, and instead have to open a support case to do so. Can we please allow the ability for Atlas users to issue this command themselves?
1 vote -
Update your API to support GraphQL
The current REST API requires many queries to get all of the information needed for a simple thing. For example, if I want to pull logs for a cluster called My-Cluster in a project called My-Project, I need to....
- GET the list of projects from the organization
- Parse the result to locate the Project ID for My-Project
- GET the list of clusters in My-Project
- Parse the result to locate the cluster nodes that I need to grab logs for
- For each node in the cluster:
- GET the log(s) for that node
At least the first four steps described here could…
1 vote
- Don't see your idea?