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

Filter users list by organization role

The Users view in the Access Manager really needs a way to either sort or filter by role, so I can see a single screen with just the users who are Owners, for example.
Guest over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

add _prettyShell=false to mongosh

In 4.4, the mongo shell prints 'ugly' by default. Many of our scripts are written to expect this type of output. The mongo shell includes the command: DBQuery.prototype._prettyShell=false to explicitly set this. In mongosh, there is no built in/na...
Guest almost 3 years ago in MongoDB Shell 0 Submitted

Have db.table.distinct('column') support cursors

Right now distinct() returns max 100 items and doesn't take into account the config "displayBatchSize". It would be nice if distinct() returned all distinct items.
Guest almost 3 years ago in MongoDB Shell 0 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

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

Save shell commands to the cloud

It would be nice to have a way to save shell commands for later, maybe to the cloud.
Guest about 3 years ago in MongoDB Shell 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

Don't send tracking analytics without explicit opt-in

I recently updated mongosh to 1.7.1 via Homebrew. Little Snitch informs me that the program is reaching out to api.segment.io asynchronously. For privacy reasons, I do not want programs to do that, and such analytics without explicit opt-in may be...
Guest about 3 years ago in MongoDB Shell 0 Future Consideration