Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Feedback

Expose search index actions via custom roles

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Currently when using custom roles there is no way to allow access for a user/role to list/create/update/drop atlas search ...
Tom Hazell 5 months ago in Atlas (Control Plane and Data Plane RBAC) 2 Future Consideration

create API keys that support linked orgs

It is possible to link multiple orgs to each other. It should therefore be possible to use a single API key to access all linked orgs.
Guest about 5 years ago in Atlas (Control Plane and Data Plane RBAC) 3 Submitted

Support OIDC as Authentication Protocol for access to Mongo Portal

Currently SAML is supported: https://www.mongodb.com/docs/atlas/security/federated-authentication/#configure-federated-authentication It would be preferable if OIDC was supported.
Guest over 2 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Associate domains to an IDP at Organization level rather than for entire mongodb.com

At this time domain to IDP associations apply to entire mongodb.com. This makes it very difficult for large companies that have several independent departments to use mongodb.com. Some departments might want to create separate Atlas organizations ...
Guest about 3 years ago in Atlas (Control Plane and Data Plane RBAC) 4 Submitted

Atlas access management similar to Azure AD Privileged Identity Management (PMI)

Hello, we are looking for functionality that allows users to auto-promote or adjust their privileges based on the access needed. For example: if user XYZ needs access to DB:123 he can elevate access himself to this db. This would be similar to ...
Guest over 2 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Decouple "insert" privilege from implicit collection creation

MongoDB currently allows a user with the insert privilege on a database to implicitly create a new collection by inserting into it — even if the user lacks the createCollection privilege. This behavior makes it difficult to enforce strict access c...
Guest 11 months ago in Security, IAM, and Compliance 0 Submitted

API Improvements - OpenAPI and more auth options

The API should be documented with OpenAPI to allow better tooling. Ideally using the above OpenAPI spec you could auto generate a SDK or API client for popular languages. Lastly, the API should accept authentication options other than digest. ...
Guest almost 6 years ago in Atlas (Control Plane and Data Plane RBAC) 2 Started

Manage Database Access and Network access

I would like to give colleagues the ability to manage Database Access and Network access for a project without giving the the project owner role. A way to provide more granular access in Atlas would be nice
Guest almost 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Enhanced TypeScript Type Inference for Aggregation Pipelines

Summary Developers using the MongoDB Node.js driver (and libraries like Mongoose) rely heavily on aggregation pipelines but currently lack strong TypeScript integration and type inference when constructing complex stages. The aggregate() method do...
Alex Bevilacqua 6 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Codec key/value support

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Trying to serialise objects using Mongo java codecs. The codec is unaware of if the target is a key or a value, which mean...
David Kilburn 6 months ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration