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 270 of 4027

Opt out from support per case emails

I'd like to opt out from receiving emails on each new message for support cases in my organization, e.g. https://support.mongodb.com/case/01139865. Couldn't find out how to do it.
Guest almost 3 years ago in Under Review 1 Submitted

API for automating Manager tasks

I would love to have an API Call for automating adding users to the supportportal project. We have a big customer where new people need to be added to the supportportal constantly. We want to add them programmatically as they click on a button.
Guest over 3 years ago in Under Review 1 Submitted

getMore retries support for autoscalling feature

its not possible use https://motor.readthedocs.io/en/stable/api-tornado/cursors.html#motor.motor_tornado.MotorCursor.to_list and https://pymongo.readthedocs.io/en/stable/api/pymongo/cursor.html#pymongo.cursor.Cursor with autoscalling feature :( ...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Documentation: API equivalents for each action on OpsManager

In the documentation, for each action on OpsManager it should be explained how to achieve the same result using the OpsManager API (or an equivalent mongocli command, if it exists). For example, in the pages describing how to configure Backup stor...
Guest almost 3 years ago in Under Review 0 Submitted

Short-lived AWS EKS token

Native support for short-lived AWS EKS token in MongoDB java driver, with the ability to refresh the key without any application downtime.
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Allow custom service names with mongodb+srv URI scheme

We are using DCOS (marathon/mesos) to manage our services. DCOS generates SRV records for our mongos instances under a record that looks like _mongos-mongodb._tcp.marathon.mesos However, there's currently no way for me to use this because when I ...
Guest almost 6 years ago in Drivers & Frameworks 1 Started

allow shared->shared and static->static dependencies

When enabling `BUILD_SHARED_AND_STATIC_LIBS`, I for one would appreciate the option to build shared libraries against shared MongoDB and BSON C libraries but still have the static libraries depend on static builds of those C libraries. As it is, t...
Guest about 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow to configure `maxTimeMS` for commands executed from Ops Manager's Data Explorer

_**What is the problem that needs to be solved?**_ Allow to configure `maxTimeMS` for MongoDB commands which are executed from Ops Manager's Data Explorer. _**Why is it a problem? (the pain)**_ A) Ops Manager's Data Explorer cannot work with [vie...
Guest about 6 years ago in Under Review 0 Submitted

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