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

Improve password manager support on login screen

Currently on the Atlas login screen it presents a button to authenticate using Google and a text field to enter an email address. Upon entering an email address there's a brief pause - presumably to check if the email address is bound to a configu...
Guest about 5 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Parallelize unionWith

Today $unionWith aggregation command is executed sequentially. EG first we query collection A and then collection B and then the union occurs. The process should be parallelized so the query part will run in parallel while the union will be done a...
Guest almost 2 years ago in Performance & Optimization 0 Submitted

trigger manage role

expanding Trigger management role beyond the Project Owner role
Guest over 3 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

12 hour option for Temporary User

Add support for a 12 hour Temporary User. 6 hours is too short for a working day 24 hours is too long for a working day 12 hours is just right.
Guest almost 2 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Stitch - use the same function to resend confirmation as when initially signing up

When signing up with Email/Pwd, one of the options is to have the confirmation run through a function. In that function, a call to an external email provider has been set up to use a template with a logo. However, the "token" & "tokenId" para...
Guest about 6 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

custom atlas role with specific permissions

Atlas admin can assign specific permissions to a custom Atlas role which will be very useful to control users for the project/org level. This is the same concept of the custom role of database user.
Guest about 2 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Fine-tune the update privilege action

We want our devs to be able to update docs, but only one at a time. If they need to update a bunch together, they should check in with the DBA. Right now, we can't fine-tune the update permissions like we'd prefer, so we're looking into ways to ma...
Guest over 2 years ago in Security, IAM, and Compliance 0 Submitted

session

The possibility configure what network or IP the user can be connect in the cluster in the mongo atlas.
Guest over 2 years ago in Security, IAM, and Compliance 0 Submitted

Allow rotation of Arbiter TLS certificates when authentication is enabled

Mongo arbiters do not support using db.rotateCertificates(), because they do not possess the internal table of user and role mappings used for authentication. Add functionality to enable rotation of these certificates.
Guest over 2 years ago in Security, IAM, and Compliance 0 Submitted

an aggregation stage to load data to DRAM for the fields that are only requested

When we use $project stage, it loads whole document from disk to memory (if not in working set). Because of this, When we create a data model, We have to create separate collection if the field is not required in frequent access of data. Creating ...
Guest over 2 years ago in Performance & Optimization 0 Submitted