Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
483 results found
-
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 -
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 -
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 -
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 -
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 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 -
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
-
Improve dashboard loading times from 3.5 minutes
Currently the dashboard takes well over 3.5 minutes to load on a gbps broadband connection waiting for
2 votes -
Atlas - Preferences - My Date Format - allow 24hr
We can specify date format but the time format is limited to 12hr clock. Please allow us to specify 24hr so the activity log and rest of the UI is a little easier to read. Thanks
4 votes -
Support TLS1.3 in Atlas Control Plane and Clusters
Add TLS1.3 as an option for encryption-in-motion.
1 vote -
Heroku Atlas Plugin
Since mongo lab https://docs.mlab.com/mlab-to-atlas/ is acquired by mongo, and migration to Atlas is recommended.
We need Heroku Plugin for mongo Atlas, as promised on https://docs.mlab.com/mlab-to-atlas/ page FAQ section.
My company is planning some big projects on heroku and having a plugin would make our lives much easier.
Is there any ETA on this plugin delivery date?
Since the set goal of migrating mongo lab users to Atlas is start of 2020 Heroku mongo lab users should have easy option to do it soon.
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 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 -
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 -
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 -
MongoError: user is not allowed to do action [listCollections] on [db.]
NodeJS mongodb driver (with or without mongoose) needs to "listCollections" before "createCollection"
But "listCollections" and "createCollection" are in different "rights list" for custom role (look screenshots)
In this case "createCollection" in "Collection Actions" has no sense without "listCollections" from another rights scope "Database Actions and Roles" and user with "createCollection" ability in fact cannot create collection
It can be fixed with moving "createCollection" and "listCollections" rights into one scope
2 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 -
2 votes
- Don't see your idea?