Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1366 results found
-
Way to enforce 2FA across organisation
Please add the capability to enforce 2FA (As a setting) for any user invited to join a team. This would be a good step towards better security management
1 vote -
Thank you
As a diabetic who relies on Nightscout but is not very experienced regarding building apps and utilising databases, etc., I just wanted to say thank you very much for the clear step-by-step mlab migration instructions and video that you provided. I was able to follow these and it all seems to have worked! Thank you.
1 vote -
Add privileges for Custom Roles which are currently only available in Built-in Roles
Currently the list of privileges assignable for Custom Roles is only a subset of privileges available to Built-in Roles This request is to add the missing privileges to both the REST API and Atlas UI which are available to Built-in Roles
The first set of privileges requested by a customer is from the Cluster Monitor role
Expanded prioritized privileges requested:
checkFreeMonitoringStatus
getCmdLineOpts
getLog
getParameter
getShardMap
hostInfo
inprog
listShards
netstat
replSetGetConfig
replSetGetStatus
setFreeMonitoring
shardingState3 votes -
MongoDB Sink Connector - Confluent Cloud
Confluent cloud -Mongodb Sink connector requires Atlas whitelist IP to 0.0.0.0/0 which is a security issue on our side. Can mongodb partner with confluent and provide a solution that can be accessed through VPC private link? We are very interested in mnogodb Sink Connector for our solution so we don't have to maintain aws ec2 instances for the sink connectors.
https://www.confluent.io/blog/confluent-cloud-offers-kafka-mongodb-connector-fully-managed-clusters/
1 vote -
Indicate operation errors already in the plan phase
This idea originates from my original bug report: https://github.com/mongodb/terraform-provider-mongodbatlas/issues/284
Changing the name of an existing
custom_db_role
is currently not possible without ending in an error in theapply
step. The plan for a name change currently indicates the replacement due to the name change:# module.versioner.mongodbatlas_custom_db_role.this must be replaced -/+ resource "mongodbatlas_custom_db_role" "this" { ~ id = "someid" -> (known after apply) project_id = "5c860ed2a6f2396cd47f4785" ~ role_name = "old_name" -> "newName" # forces replacement
Applying this results in the following error:
Error: error deleting custom db role (mongoversioner): DELETE https://cloud.mongodb.com/api/atlas/v1.0/groups/projectid/customDBRoles/roles/old_name: 409 (request "Conflict") Deleting specified custom role would leave the…
1 vote -
Aggregation builder history
Add some way to restore old aggregations pipelines from history, that way, even if I accidently closed the UI. I will have backup.
1 vote -
Allow Alerts to be sent to an Atlas Team
Alerts can be configured to send to specific Atlas Users, but not Atlas Teams, which diminishes the value of setting up a team of users.
15 votes -
Alerts "Users do not have two-factor authentication enabled" should name violators
In the email for alerts of type "Users do not have two-factor authentication enabled" it would be helpful to see the user id of the “violator” (user which does not have two-factor authentication enabled), so that I don’t even have to click and log in to Atlas.
Maybe this could be make optional, if there are privacy/security concerns about sending around the user ID in cleartext.
1 vote -
Expo support
It would be great if we could use "MongoDB Realm" with Expo (expo.io).
I understand that the React Native SDK would be hard to integrate therefore the Web SDK for MongoDB Realm would be the ideal integration choice.
Many people use Firebase/Firestore's Web SDK with Expo, enabling the MongoDB Realm Web SDK to work with Expo in the same way would allow many Expo apps to use MongoDB Realm.
2 votes -
Upload good tutorials in YouTube about connecting database with available three options.
Upload good tutorials in YouTube about connecting mongodb atlas with available three options.
11 votes -
Replace editor with MLab's editor
Get rid of the dropdowns and give me a text box. Or at least an option to toggle off type safety.
I see the strength of Mongo as being untyped, but this editor is forcing in type. In addition, it is incredibly clunky to use when adding new fields by hand.
1 vote -
Creating cluster specific network Access rules
I am running several clusters while one of them is for the main product we run extras to have consistent data between our test deployments issue is while we are running we change or deploy multiple servers and adding all these servers one by one for testing is not convenient not to mention we use our personal computers as well so we are opening a connection from all IP addresses. When we do that our main server also opens for every IP address which is not good.
2 votes -
Please could you extend the modify cluster API so that when an M20+ cluster is downsized to the next size the API command executes a sanity
Please could you extend the modify cluster API so that when an M20+ cluster is downsized to the next smaller size, the API command executes a sanity check to see if the smaller size has sufficient resources?
Return a 40x if the smaller size has insufficient resources.
Many user have Production systems that don't need huge resources over night so smaller machine size is sufficient
1 vote -
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…
5 votes -
Dynamically Calculate Timestamp Limits for Continuous Backup Restore (via OPLOG Timestamp)
Currently, you can put in a OPLOG TIMESTAMP value that exceeds the maximum / minimum value for the Continuous Backup Time Window.
For example, on the "Date & Time" tab of the "Point in Time Restore" menu, you are given a warning that specifies: "You can only restore to a specific point in time after MM/DD/YYYY HH:MM"
This should be added to the "OPLOG TIMESTAMP" tab where a warning could be given such as "You can only restore to a specific point in time after XXXXXXXXXX" (Epoch time).
As such, you should enforce data form validation so that a user…
2 votes -
Change the term "Whitelist" to "Safelist" in the Atlas Network Access UI
To avoid use of terminology that for some will have racial connotations remove the term "whitelist" from the Atlas UI.
1 vote -
Add Category for Stitch
No category for Stitch in the ideas portal.
3 votes -
Need an easier way to issue multiple document operations within Atlas online or Compass.
Provide a method to perform commands such as updateMany()
1 vote -
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 -
Show index name/details when creating or dropping index via Data Explorer
When Atlas user creates a rolling index in Data Explorer, we can see the name of the index being built in Activity Feed. However, if Atlas user creates an index or drops an index, the index name is not revealed in Activity Feed. This creates some complexity to trace which index is created or dropped via the Data Explorer
1 vote
- Don't see your idea?