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 almost 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

geoContain

Dear all, according to the attached image, I have some documents (in blue, with id from 1 to 5) having a geographic extent and a search area (in yellow). I need to find all documents where search area is completly inside the document's geometry. U...
Guest almost 5 years ago in Querying & Aggregations 0 Submitted

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

Allow descriptions for $expr sections in DB validation

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. Our collection has some complex $expr rules for validating our collection. Unfortunately, $expr does not allow us to add a...
Habibullah Aslam 6 months ago in Data Modeling & Indexing / Querying & Aggregations 1 Will Not Implement