Atlas App Services
240 results found
-
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 -
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 -
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…
2 votes -
Upgrade Node.js version (from v10 to v14/v16)
It would be great if you can upgrade the version of Node.js used in Realm Functions (currently in version 10.18.1). Version 10.x, which was an LTS, has been unmaintained for many years. The end of life of Node v12 is scheduled for April 2022.
Is it possible to upgrade Node to version 14 (at least)? Another feature would be to let us choose the Node.js runtime version directly from Realm UI or the CLI (it's possible for example with AWS Lambda).
Working with Node v10 is really difficult for us since most of the dependencies are not compatible with it.
…
75 votes -
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 -
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 $[<identifier] with ArrayFilters feature
Permit to use this operator:
14 votes -
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 -
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…
2 votes -
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 -
Support Multiple CRON Schedules Per Trigger
It's not uncommon to want different trigger schedules to run on different days of the week, notably weekdays and weekends. The current solution is to create separate triggers that call the same function, but ideally, a single trigger could support multiple CRON schedules.
2 votes -
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 -
Azure PrivateLink support
Adding support for Azure Private Link would make App Services accessible to customers who don't want to send data (even TLS encrypted) over public internet.
2 votes -
Allow setting up private connection between Atlas App Services and AWS Elastic Beanstalk
I would like to set up a private connection between my Atlas App Services app and my AWS Elastic Beanstalk instance. Basically I want my Elastic Beanstalk instance to only accept requests that are coming from one of my App Services functions. I don't want it to accept requests from anywhere else on the internet.
I know there is a way to set up private peering between an Atlas Cluster's VPC and an AWS VPC (which I could put my Elastic Beanstalk instance inside of), but there is not currently any peering functionality for Atlas App Services.
2 votes -
Triggers on DB level rather than single collections only
Change streams support events on DB level or single collections, but triggers are limited to single collections. Which means that if we wanted to listen on changes in a generic way, we would have to setup a trigger for each collection and set them up with AWS EventBridge (and think about new triggers when new collections are generated).
Given that the underlying tech (change streams) supports DB-level subscriptions, we would really like to see that on the UI, too.
2 votes
- Don't see your idea?