Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
471 results found
-
Generate class-based TypeScript object models for Realm from existing schema
The Realm SDKs -> Realm Object Models page (https://realm.mongodb.com/groups/<groupId>/apps/<appId>/sdks/dataModels) uses the existing schema to generate object models in a variety of languages. However, the TypeScript generator is out-of-date.
RealmJs now has first-class TypeScript support, allowing you to declare your models as classes and use @realm/babel-plugin to infer the schema. If your TypeScript objects don't inherit from Realm.Object (which is the case with the models generated currently), the items returned from your queries will be of type
unknown
as well. But if you query using models inherited from Realm.Object everything is strongly typed.Please update the generator to provide…
1 vote -
Use wildcard databases in user role privileges (like collections)
Use wildcard databases in user role privileges (like collections)
14 votes -
I just want to delete all my account: yvesdesj@gmail.com, please help me.
Please delete my account : yvesdesj@gmail.com
Your site is not easy toise.
1 vote -
create roles with rights on wildcard database like collections
Exemple:
use admin
db.createRole(
{
role: "UserCanCreateDbTest",
privileges: [
{ resource: { db: "test", collection: "" }, actions: [ "update", "insert", "remove" ] },
{ resource: { db: "test", collection: "" }, actions: [ "find" ] }
],
roles: [
{ role: "read", db: "admin" }
]
},
{ w: "majority" , wtimeout: 5000 }
)https://stackoverflow.com/questions/30462767/mongodb-grant-all-with-wildcard-role-like-mysql
1 vote -
Set "Cluster Termination" ON as default for an Atlas organisation
Have a button in the Atlas Org setting to toggle ON/OFF Custer Termination protection.
1 vote -
Google Private Service Connect
Greeting from Fivetran!
This is somewhat related to https://feedback.mongodb.com/forums/924145-atlas/suggestions/45272014-allow-customers-to-specify-the-number-of-service-a . Having 50 service attachments is not scalable for us which requires 50 IP addresses for each PSC. We have a large customer base and having each of them create PSC would require a lot of IP addresses and would quickly exhaust our subnets.
From the support case it seems that the decision to use 50 PSC attachments comes from the fact that GCP load balancer does not allow more than one pool of servers per service attachment and that the ports are passed through as is as opposed to AWS…
4 votes -
Restrict whitelist ip
I would like there to be an option to restrict users to what they can whitelist in network settings for a project. I want there to be option like "only users with owner access can create non-temporary IP whitelistings" so we can avoid having our developers adding IP addresses that gets outdated and pose a potential security risk.
1 vote -
Remove the requirement to have an API Access List CIDR before being able to manage backup schedules
The issue is described in this github issue, specifically in the linked comment: https://github.com/mongodb/terraform-provider-mongodbatlas/issues/222#issuecomment-855905952
Here is the requirement as described in the API docs: Remove All Cloud Backup Schedules
Removes all cloud backup schedules for the specified cluster. "This schedule defines when MongoDB Cloud takes scheduled snapshots and how long it stores those snapshots. To use this resource, the requesting API Key must have the Project Atlas Admin role and an entry for the project access list."
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups/operation/deleteAllBackupSchedulesOur request is that the requirement to have an API Access List to manage backup policies be removed.
At the very least,…
3 votes -
Allow multiregion sharded clusters to have Primary nodes in multiple regions
For multi-region sharded clusters, the primaries for each shard remain in a single (highest priority) region in Atlas. If these primaries can be spread across multiple regions, that will a) provide consistent average response time for applications that connect from multiple regions as active-active b) Limit the blast radius if the highest priority region is unavailable c) Better distribution of workload from an application side.
This architecture is currently possible with EA deployments but not with Atlas.
6 votes -
Support Ticket subject lines
MongoDB Support to have nicer subject lines for the notification emails sent out by the MongoDB Support Portal.
There's nothing distinguishing except a case number (which mean nothing), and it’s hard for me to differentiate or even show up in local searches. Going to an external ticket tracking system is a bit of a hassle, and won’t be integrated with any of our local search or content management stuff.
It would be good to have it headed with what my case is about.
1 vote -
4 votes
-
Please make it possible to deploy instances to AWS local zones
Please make is possible to be able to deploy instances in AWS local zones, to be able to comply with local regulations, where data needs to be stores in a specific country,
1 vote -
Custom the time interval when do the primary failover manually
Currently, the time interval of the primary failover manually is done within several seconds. We want to increase the time interval of the primary failover, so the chaos engineer could be done in our server which connects to Atlas.
1 vote -
sort custom roles
Sort custom roles dropdown when choosing to assign to a user. Currently when creating a new user and selecting a custom role, the roles are ordered by creation date which makes it hard to find when many exist.
1 vote -
Lock a user account
We have an occasional need to disable/lock an individual database user. Either because of a run away process or inactivity. We do not want to change the password or drop the user as we may need to reenable the user quickly with the same permissions and password as before.
6 votes -
Suggestion to make the Organization Role Mappings page easier to navigate to
Make Organization Role Mappings page in the Federation Management App quicker to navigate to. Currently the quickest way is to click the "Create Role Mapping" from the Overview page under "Optional: Set Up Advanced Settings" and then click Cancel.
If the "Optional: Set Up Advanced Settings" box is not longer available in the Overview page, you'll have to click the Organization tab from the side navigation bar > [Organization Name] > Create Role Mapping > Cancel in order to reach the Organization Role Mappings page.
3 votes -
providing the service as quoted
Very angry and having suffered twice now through the lies told about only going to take 7-10minutes for an upgrade on y to be edging toward an hour now. Last time i have issues with a snapshot being deployed that never fully populated the DB when restored, disgrace, clients only get interruptions, business downtime and you want more money for better service to provide a fix to a problem that you created? its a joke, your company should be investigated by authorities.
1 vote -
Find Database on Multiple Cluster
Enable the search box on Database Deployments to search for a particular database on all clusters under the project.
This would be helpful when having different databases on many isolated clusters.
1 vote -
Add more information to "We are deploying your changes..." blue bar
Occasionally we see the deployment blue bar but aren't sure exactly what is being done. It would be very useful to have a link to click to see what changes are currently being pushed out.
5 votes -
Allow multiple VPC CIDR ranges in Peering connection
Allow multiple VPC CIDR for a single Peering connection from Atlas to AWS.
Our AWS account has two CIDR ranges for a single VPC. Atlas peering connection only allows connection to a single CIDR range.
Today, I need to create a separate private link connection to be able to connect to the second CIDR range.30 votes
- Don't see your idea?