Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1364 results found
-
Misleading error message when connecting to MongoDB Atlas with wrong password
When you connect to MongoDB Atlas from your application with wrong password using Mongoose, you get error message:
"Could not connect to any servers in your MongoDB Atlas cluster. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://docs.atlas.mongodb.com/security-whitelist "
even though your IP address is whitelisted.
Very frustrating and misleading error message, please fix this!!
3 votes -
Integrate Netework Access IP Whitelist with GitHub Actions
I'm trying to setup CI for my project using GitHub actions, while restricting Network Access. The problem is that GitHub's machines have weekly changing IPs: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#ip-addresses-of-runners-on-github-hosted-machines
Is there any way to automatically integrate that list of IPs in the Network Access IP Whitelist? This feature would benefit all users of GitHub Actions.
3 votes -
Enable live migration tool to work with Global cluster configuration enabled
Currently, there is no Live migration tool option while enabling Global Cluster Configuration in Atlas. Please treat this ticket as a FEATURE ENHANCEMENT REQUEST to make this happen.
3 votes -
Add Category for Stitch
No category for Stitch in the ideas portal.
3 votes -
Vanity URLs for projects and clusters
Right now URLs for mongodb clusters are generatd by MongopDB. For the clusters I create it would be much easier to remember and distribute if I could create a canonical name per project and have each cluster member have its named assigned by the cluster.
So instead of demodata.rgl39.mongodb.net I could use demodata.joedrumgoole.com.
3 votes -
Use the User's Profile Time Zone for PIT Restore
When viewing Cloud Provider Snapshot information, all dates are listed in the time zone on the User's profile. However, the date/time to be entered when trying to perform a PIT restore has to be entered in UTC time. This is asking a lot of someone who is probably already really nervous to be able to correctly calculate the difference between their time zone and UTC time.
3 votes -
Terraform for LDAP user/groups
We'd love to be able to create LDAP user and group accounts in Atlas via terraform. The existing mongodbatlasdatabaseuser resource doesn't support LDAP, so we are forced to use the API to create those users and groups.
3 votes -
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 -
Stitch - use the same function to resend confirmation as when initially signing up
When signing up with Email/Pwd, one of the options is to have the confirmation run through a function.
In that function, a call to an external email provider has been set up to use a template with a logo.However, the "token" & "tokenId" parameters provided in the link are only valid for 30'.
This makes it likely for people to be too late to confirm their email address.
When calling "resendConfirmationLink", an email with a new link will indeed be sent out, but this is the standard MongoDB email. This request is to have this "resend" use the same…
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 -
Provide size (in bytes) in `GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots` Public API call for each `snapshotId`
What is the problem that needs to be solved? Provide size (in bytes) in
GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots
Public API call for eachsnapshotId
Why is it a problem? (the pain) You're doing your own automation with manual restore, and you can't programmatically know the actual filesize of
.tar.gz
file you'll be downloading for eachsnapshotId
listed inGET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots
Public API call until you actually download.tar.gz
file for eachsnapshotId
.3 votes -
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 -
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 -
Compact mode for browsing documents
Could we have a compact mode to view the documents in a collection?
I would enjoy a table-like view, with much less padding, and a column with actions.3 votes -
Expose more data via the Project Events Atlas API: database user addition
The project events API (described at https://docs.atlas.mongodb.com/reference/api/events-projects-get-one/)
returns less fields that presented in the UI.For example, after adding a database user via API, I would like to wait for the database user actually added before attempting to use the user. In the web UI, I see 2 events with all the information I need - "MongoDB user added" and "Deployment configuration published".
When querying the project events API, I see both events (event types MONGODBUSERADDED and AUTOMATIONCONFIGPUBLISHED_AUDIT), but there are no additional fields with the new database user.
3 votes -
Display the error code within Atlas UI if an index fails
When creating an index via the Atlas UI, the interface currently does not display the error code if the index build fails. This lack of visibility makes it difficult for customers to understand the cause of failure without contacting support.
This limitation is particularly impactful for unique index creation. In these cases, mongod validates constraints only at the end of the build process. If duplicate keys are found, the index build fails after consuming significant time and resources — but the Atlas UI does not surface the underlying E11000 duplicate key error (or other relevant error codes).
If I submit…
2 votes -
break down usage on DB level on bill summary
We have multiple application using different DB on the same cluster, current bill has usage breakdown on the cluster level which we are not able to bill application for their usage, would like to have bill breakdown on DB level, so we can bill proper team for their usage.
thanks
Li2 votes -
break an invoice down to the database level
We have different application using different DB on the same cluster. current billing break down on the cluster level which we can't itemized the bill and know how much each application usage on the bill. would like to have bill break down usage on the DB level.
thanks.
Li2 votes -
Expose more in depth metrics
We have had cases where support has been able to investigate issues with our clusters that we ourselves can't due to access to metrics that are not available via atlas, but are avalible to support.
All available metrics should be presented via the UI as well as the datadog add on (or even via tools we can use to get access to these metrics separately).
Notable metrics include: system TcpExt DelayedACKs, system Tcp RetransSegs, ss metrics repl apply batches num, rs member _id 1 heartbeat time, ss ss global: queued writers
2 votes -
Developer Sandbox M0 should be supported within private link
Part of the developer sandbox we can now provision M0 through self services. But we don't support private networking for M0. For FSI industry, Pharma especially this is a deal breaker as developers would want to use PII/PHI data for their PoCs/MVPs.
If we can provide M0s in their private network like other tier's there could be wide adoption of MongoDB by developers within these industries.
2 votes
- Don't see your idea?