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

Showing 170 of 4027

Golang Driver - MongoDB-AWS Authentication support for any short-lived STS token

The Golang driver supports "MONGODB-AWS" AuthMechanism when you have: - a `AWS_WEB_IDENTITY_TOKEN_FILE` and `ROLE_ARN` environment variable, eg when supplied by IAM Roles for Service Accounts (IRSA), typical in Kubernetes clusters (`assume_role...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

add deno driver

(i was forced to select a category so i choose nodejs) Deno is coming https://deno.land/ From the creator of nodejs. Better than nodejs.
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 2 Will Not Implement

Option to show date in local timezone

Currently MongoDB is storing date and time in UTC - which is good and should be that way. However, from the presentation (either via Compass/Shell), there should be a way to show the date and time based on locale time zone settings or an option t...
Guest over 5 years ago in MongoDB Shell 2 Submitted

official Julia driver

Would love to see an official Julia driver.
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow to create custom roles

Allow to create custom roles for Atlas/CM/OM
Guest over 5 years ago in CLI & Shell 1 Submitted

Support for MongoDB Package in Edge Computing Environments

The increasing adoption of edge computing and serverless architectures necessitates compatible database solutions. The MongoDB Node.js package currently faces compatibility challenges in edge environments, such as Vercel Edge Functions, due to its...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Option To Return Errors As JSON

Hi, When using the `--output json` I would expect the errors to be returned as JSON just like the success output. However, the output for errors seems to continue to be a flat string. It would be helpful from a scripting perspective to have the ...
Guest over 3 years ago in Atlas CLI 0 Future Consideration

modify mongoDB DB user in ATLAS, OPS Manager , or Cloud Manager

It would be really nice if mongocli could be used to modify user accounts. Add new roles, or change the password. Currently mongocli can add, list , delete project DB user accounts. It would be nice for modify, since there is a need for password r...
Guest over 4 years ago in CLI & Shell 1 Submitted

Ability to set mongod configuration parameters at startup

For example, when spinning up a container in CI using mongodb-atlas-local image, be able to set `ttlMonitorEnabled=false` with `setParameter`. The current workaround – spinning up an extra thread to call mongosh --eval 'db.adminCommand({ setParame...
Guest about 1 year ago in Atlas CLI 0 Submitted

The new mongosh mangles the output of piped in commands

With the old mongo shell, you could set up a shell file (called something like mongo_cmd.sh)containing the path to the executable and all the command line switches you wanted like this: ``` /path/to/mongo --norc --quiet --port 26011 ``` and then...
Guest over 2 years ago in MongoDB Shell 1 Submitted