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

$group all fields

$group should have the ability to allow specifying all fields in a document (without explicitly defining them all, which can lead to duplicating dozens of lines just to do "key: $first") This will help users that use $unwind and then want to $gro...
Guest over 2 years ago in Querying & Aggregations 1 Submitted

Improve fortification coverage with _FORTIFY_SOURCE=3

MongoDB Server codebase uses `_FORTIFY_SOURCE=2` fortification level (e.g. see v7.0, latest at the moment: https://github.com/mongodb/mongo/blob/v7.0/SConstruct#L4698). Consider changing it to a new fortification level (`_FORTIFY_SOURCE=3`) provid...
Guest almost 3 years ago in Security, IAM, and Compliance 0 Submitted

Allow direct access to support portal when using custom federation URL

When logging into the support portal using support.mongodb.com, if federation is enabled, the user is redirected to their identity provider based on their domain, authenticated, and then redirected to the support portal. However, if the custom UR...
Guest about 6 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Add Option to Disable Federated Authentication Automatic Account Creation

Based on the documentation it appears there is no option available to disable automatic account creation when Federated Authentication is used. The business case for disabling automatic account creation is to allow a limited set of users from the...
Guest about 6 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Improve the mongo query language

Sometimes I find Mongo query language as not put very well together, sometimes it feels like a patch job. It would be nice, if you could make you query language easier to reason about. It would be awesome, if you could introduce fluent style api b...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

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
Guest about 6 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Planned

Add functionality to specify the readConcern level at db.collection.findOne()

Add functionality to specify the readConcern at db.collection.findOne(). At the version 5.0.14 it's not supported.
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Parent - Child account set up

I have a client that has multiple BUs and would like to organize them under a Parent account. From my understanding, Atlas does not currently support a Parent-child account set up. This would be beneficial to have as we continue to onboard our ent...
Guest about 3 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

org owner permissions won't revoke due to role mapping

When choosing to use idp role mapping, if a user is not part of a group, his permissions are revoked, including locking him out of crucial administration options. Users with the org owner permissions should be handled as super users and be exclud...
Guest about 3 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

$currentDate option to only update if the document was modified

A common pattern in a data model is to have a field that denotes when the data was last modified. For this example, let this field be called "updated". I want to toggle a field on a document called "enabled", and if the value is modified I also wa...
Guest over 3 years ago in Querying & Aggregations 0 Submitted