Skip to content

Atlas

Share your idea. In order to help prioritize, please include the following information

  1. A brief description of what you are looking to do
  2. How you think this will help
  3. Why this matters to you

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

19 results found

  1. Allow an "Any Database" option for actions in custom roles

    Much like built-in roles have the ability to target all databases/any database, it would be ideal if collection actions could also target any database. Similarly to how, when adding collection actions to a custom role, if you leave the "collection" field blank, it applies to all collections in the specified DB, it would be great if you could leave the "database" field blank too (or add an "any database" option) and have the actions associated with the role be allowed on any database.

    This feature gap creates unnecessary maintenance overhead for clusters with large numbers of databases. This is particularly…

    99 votes
    planned  ·  15 comments  ·  IAM  ·  Admin →
    How important is this to you?
  2. Add Terraform resource for functions

    Would be great to have a terraform resource like mongodbatlas_function.
    Was mentioned here https://github.com/mongodb/terraform-provider-mongodbatlas/issues/828 but I didn't find the idea mentioned there, so I added this one here.

    60 votes
    How important is this to you?
  3. Display replica set members' Availability Zone details

    The AZ details (ideally including the AZ ID) for each replica set member would be helpful to display in the Atlas UI, mainly to easily verify nodes are distributed across AZs.

    52 votes
    How important is this to you?
  4. Add Terraform support for Realm Apps

    Realm Apps (https://docs.mongodb.com/realm/get-started/create-realm-app/) can't be managed via Terraform. This would be a great addition to the provider!

    31 votes
    How important is this to you?
  5. Allow cost allocation tags

    on behalf of the customer,
    would be great if we could allow tags on Org/ project level for cost allocation reasons (similar to how AWS allows this). When creating a project we can eg. add the type of environment, cost centre, bearer etc - without it showing up in the name. Does not necessarily need to show up on the invoice but we must be able to create a view which includes this info.

    26 votes
    How important is this to you?
  6. Send Alert when IP access list changes

    Customer is requesting that an alert be sent out if project IP access list gets changed

    22 votes
    How important is this to you?
  7. Terraform support for Database Triggers using Function events

    The Database Triggers resource supports only EventBridge right now. It would be awesome to see support for Function events as well

    18 votes
    How important is this to you?
    planned  ·  Zuhair responded

    Hi we working to enhance the the use of Triggers and Functions in Terraform, but this effort still several quarters away. Feel free to reach on in the interim in case of any questions and happy to help. 

  8. Online Archive - Automatically defragment data file and release disk space after archiving

    This is a request for Atlas to automatically defragment the data file and for the WiredTiger storage engine to automatically release empty space to the operating system, for clusters with active Online Archive.

    After implementing Online Archive, and seeing data be archived to S3 based on our archiving rule, we expected the available cluster storage to increase since Online Archive had effectively deleted data from the cluster.

    However, MongoDB Docs states: "When you archive data, Atlas first copies the data to the cloud object storage and then deletes the data from your Atlas cluster. WiredTiger does not release the storage…

    15 votes
    planned  ·  2 comments  ·  Online Archive  ·  Admin →
    How important is this to you?
  9. Cloud backup for m0 instances

    It would be nice and convenient if lower-tier users could have the cloud backup option available (I believe m5 is the smallest but it's $9/month). I use m0 for one of my projects and I know mongodump is an option but I would much rather pay $1/month extra for backup capabilities. This project is quite small and I don't need much resources, but I would like the ability to scedule daily backups for a small fee.

    9 votes
    planned  ·  3 comments  ·  Backup  ·  Admin →
    How important is this to you?
  10. Using replica set tags for invoice categorization

    Customer would like replica set tags added to the invoice as a column, in order to further categorize costs. In some instances, the customer has multiple products assigned to a single cluster, and putting the product name in the cluster won't suffice.
    The current solution is to use the Invoice API, and then call the Cluster API, in order to programmatically build out a CSV containing the cluster tags as an additional column in the CSV.

    7 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
  11. Ability to change First and Last Name

    It would be good if users are able to modify their First and Last Name after account creation.

    7 votes
    planned  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?
  12. Create Atlas App Services and Link Them To Clusters with Terraform

    It would be great to create App Services (Realm Apps) and then create the service link to an Atlas Cluster with Terraform.

    This is so that Trigger resources can be created fully within Terraform, rather than having to hack together API calls, CLI commands or manual steps.

    6 votes
    How important is this to you?
  13. Add a data source for the Atlas Control Plane inbound/outbound IPs

    It would be nice to be able to fetch all outbound and inbound IPs for the Atlas control plane so that we can add them to the list of allowed IPs on Azure keyvaults for example

    5 votes
    How important is this to you?
  14. Change Username

    Ability to change your username after registration and be able to re-use it should you need to.

    5 votes
    planned  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?
  15. Allow tagging of mongo atlas alarms

    It would be awesome to have possibility to tag alerts in atlas when creating using API or console. It will allow to process groups by alerts by tags without keeping track of ids.
    requires:
    adding tag field to API create call
    adding query by tag to API delete or update calls.

    Pavel

    4 votes
    planned  ·  1 comment  ·  Resource Tagging  ·  Admin →
    How important is this to you?
  16. Reference existing third party integration in alert configuration notifications

    Provide a mechanism that enables referencing an existing atlas third party integration when using the alert configuration resource to create or update a third party notification.
    This is useful when a third party integration is imported or accessed through a data source, meaning the api token is not available. An example of this would be Slack integration as it has to be created through the Atlas UI using OAuth2, so the api token cannot be accessed in the terraform configuration.

    More details in: https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1074

    3 votes
    How important is this to you?
  17. Allow setting up 2FA when loggin in...

    Hello would you guys implement 2FA when logging in on feedback website(here) without being logged in anywhere else with the password, i really need it for security reasons...thanks

    2 votes
    planned  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?
  18. Use Semantic Versioning

    Hi,

    My problem is that the terraform provider doesn't use semantic versioning.

    This has caused me quite a few problems.
    Firstly - it's difficult when scrolling through your version releases to understand what's breaking and what's not (I lost an hour today having to check all the releases for updates, and then applying every couple of versions from an outdated provider to make sure there were no breaking changes).
    Secondly, it means I have to pin a specific version in my terraform provider rather than leaving it to auto-update to the latest minor version "~> 1.0".
    Lastly, it makes using…

    1 vote
    How important is this to you?
  19. Left Side menu collapse

    on the laptop screen, we have't much space for querying the data filter portion. If we have an option to collapse the left side menu, it may get more working space.

    1 vote
    planned  ·  1 comment  ·  Other  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Atlas

Categories

Feedback and Knowledge Base