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

EmptyDir as data-volume and log-volume

spec: members: 1 type: ReplicaSet version: "4.4.5" statefulSet: spec: template: spec: volumes: - name: data-volume emptyDir: {} - name: log-volume emptyDir: {} This type of override would be very helpful for automated testing pipeline...
Guest over 4 years ago in Kubernetes 0 Future Consideration

Support Login with Microsoft Credentials

When login to Atlas, we can use Google Login at the moment. Please add Login with Microsoft Credentials.
Guest over 4 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Support Service Binding Specification for Kubernetes

Service Binding Specification for Kubernetes standardizes exposing backing service secrets to applications. The spec is available here: https://github.com/servicebinding/spec This blog post would be helpful: https://muthukadan.net/kubernetes/bind...
Guest over 4 years ago in Kubernetes 0 Future Consideration

Being able to enable / disable Database users

When managing accounts and permissions, it could be great to "disable" an account before deleting it or reseting its password. By example GCP ServiceAccounts have this feature. It helps to restore a service of an account faster if this one is sti...
Guest over 4 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Enable S3 Snapshot Storage via Kubernetes Operator with IAM role

Configuring an S3 Snapshot Storage with IAM roles is only possible via Ops Manager UI or API. It would be great to be able to do this configuration via the MongoDB Kubernetes Operator.
Guest almost 5 years ago in Kubernetes 0 Future Consideration

need api endpoint to see current db user limit. also see this number in UI

if this limit is reached, mongodb throws error
Guest almost 5 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Provide support to update version manifest to Ops Manager that uses local mode

With Ops Manager Local Mode on Kubernetes, the version manifest is required to be updated manually via UI or API. It would be the best practice to support updating version manifest using a command to the Operator or OM Pods.
Guest almost 5 years ago in Kubernetes 0 Future Consideration

Add ability to have systemLog redirected to stdout (just have to remove systemLog.destination and path)

To be able to have MongoDB logs redirect to stdout and this having it into GKE CloudLogs, we should NOT configure a systemLog.destination nor a systemLog.path. In 0.6.0 release, systemLog.destination and path are hardcoded and cannot be nullable....
Guest almost 5 years ago in Kubernetes 0 Submitted

Federation metadata.xml for automatic idp certificate rotation

It would be great to have an opportunity to automatically rotate the idp signature certificate. I could provide a metadata.xml url. With that metadata.xml in generally it's possible that okta rotate the certificate on it's own. But it's not possi...
Guest about 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Is it possible to deploy mongodb shared cluster using community operator?

No description provided
Guest about 5 years ago in Kubernetes 0 Will Not Implement