Atlas App Services
257 results found
-
Support for the Union Type
Please add support for the Union type to allow items of multiple types to be returned.
Related threads:
- https://www.mongodb.com/community/forums/t/does-mongo-db-realm-graphql-support-interface-and-union-part-of-graphql-spec/6300
- https://www.mongodb.com/community/forums/t/realm-schema-for-different-object-types-in-array/102497
- https://www.mongodb.com/community/forums/t/is-it-possible-to-define-union-types-through-atlas-graphql-api/209775
1 vote -
Add error code to SyncException (or a specific Exception for refresh token expired)
SyncException, inside sync error handler, contains only a string message as public property. In order to identify a specific problem, e.g. refresh token expired, one would need to match a string. In order to avoid that, and make it more robust, it would be great to have a specific error code alongside the message, so one could check the error code and respond accordingly.
1 vote -
Return the Disk IOPS for advanced GCP clusters through the API (Terraform)
It would be useful to be able to get the Disk IOPS for advanced GCP clusters through the API (Terraform data block), the same as how the AWS clusters currently work, so that it can be used to set up dynamic thresholds for Write and Read alerts. Currently a value of 0 is returned if it is not an AWS cluster.
4 votes -
Improve Datadog integration
We're using the Datadog integration for monitoring and alerting. With the monitoring we're having to create custom logic to determine alerting thresholds that are tied to sizes, like connections and memory. We would like additional metrics to be sent to indicate percentage of max for some of these metrics so we can setup our alerts easier.
1 vote -
Send tags to Datadog Integration
We currently use Datadog for our monitoring and alerting. Previously we were using the labels functionality to add information to our clusters in Datadog. With the recent deprecation of labels, we're looking for this same functionality with tags
1 vote -
Triggers - resume via CLI
Currently the only way to resume a suspended Trigger is via the Admin API:
https://realm.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/triggers/{triggerId}/resumeIt would be more convenient via the Atlas CLI
1 vote -
Add support for the collection.* metrics to the MongoDB Atlas/Datadog integration
Currently the MongoDB Atlas integration with Datadog does not support the collection.* metrics.
As we use Datadog as our monitoring and analytics tool company-wide, we cannot create the needed dashboards unless we create our own app retrieving the metrics and pushing them to Datadog. This is not ideal.
3 votes -
Allow Customers to subscribe to Atlas App Services Release notes and have them emailed directly to us.
Allow Customers to subscribe to Atlas App Services Release notes and have them emailed directly to us. Ideally, we would like to have an idea of what is being released a week ahead of time so we can see if any of the new features we can immediately use to accelerate development.
1 vote -
API for Index
An API to GET existing indexes in a cluster. The post to create already exists, but I wanted to validate that the index did not yet exist.
1 vote -
MFA support
Enable MultiFactor Authentication in MongoDB App Services authentication. Thus the developers does not need any third party support. They can choose from other Factors (SMS, Whatsapp, E-mail, Push Notification) while selecting the Authentication Providers.
1 vote -
Add Null Type Schema Validation to realm-cli
The realm-cli is already quite powerful in managing the Atlas Apps, but we are missing the setting 'Null Type Schema Validation'.
In a multi-stage environment, this lead to some environments failing validation while others did not fail.
The settings should also be included in the realm-cli pull, push and diff command
1 vote -
Add IP Address BlackList/DisallowList
Currently, we can only add a whitelist/allowlist IP address ranges which makes it very very hard to just block a specific country or a list of IP addresses.
The main use case for this is blocking a list of IP Address ranges that are harmful such as if our application is under a DDOS attack or other forms of brute force attacks.
This is really important to improve the application security and prevent DDOS attacks which in this day and age is very likely for any web/mobile application that has any noticeable traction.
Services such as Azure already provide such…
1 vote -
Cost Break Up for App Services inside Atlas Project
Looking for details cost break down based on the Atlas App Services inside a Project. We can definitely get the overall Project cost but need to understand how much each Atlas App costing ? Is that available with Atlas AppService UI/ other places ?
1 vote -
Add ability to capture pre-change images within a given collection ONLY prior to a remove event rather than for updates AND remove events
I understand that turning on 'recordPreImages' is required in order to get a copy of a document which is removed from a collection as part of a change stream for a given collection. What I would like to suggest is to add an option that can be set to ONLY capture pre-change images for 'remove' events.
Basically, for my particular use case, the only time I need access to the 'pre image' is on delete (so I can do some post-processing for which I need to know what some of the attributes of the document were prior to it being…
1 vote -
Support One Time Password (OTP) authentication method
Account creation / login using 6 digit OTP via email.
No need for authenticating with 3rd party service or email/password.
Also can be used for "magic link" account creation / logins.
1 vote -
Functions editor support DARK MODE
Functions editor support DARK MODE
1 vote -
deletion protection for realm apps and custom app Id's
It should be very hard to delete a production app because If it gets deleted you guys don't support fully customised Ids. for Instance my appId is xyz-123-ybaga the last string is added randomly giving us no control over it. In case someone by mistake delete the app, It is impossible to create an app with same app Id again due to which I'll have to publish a force update for my apps.
1 vote -
Show the last modified date or allow to add a trigger version in a text field
It would be very usful to show the date of the last trigger code edition or better to save a trigger version field.
1 vote -
sync
I have faced an issue while using Device Sync.
I wanted to disable Device Sync but the process takes a lot of time for terminating.
Please solve this issue.1 vote -
Add expansion for database and collection in Rules Expressions
In a rule expression, in addition to expansions such as %%user and %%request, it would be very useful to have an expansion variable for the database and collection. This would allow granting or blocking access to the data based on which database or collection is queried.
For example, in a multi-tenant application, users authenticate with a JWT token which contains an ID that identifies which data they can access. Currently, we can only check the ID against an element in documents so we have to put that ID in every document. Each collection contains data from a single ID, so…
1 vote
- Don't see your idea?