Atlas App Services
238 results found
-
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…
2 votes -
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…
2 votes -
Allow mutliple device-sync apps on a single Cluster/Instance
Currently it is not allowed/possible to create multiple device-sync apps on one cluster. It would be great if that would be possible. Since the cluster database size does double for a connected device-sync app, maybe it would also be great to decouple the sync database from the cluster database.
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 -
Use dependency in function authentication script
We have tried to implement a workaround to be able to use a custom HTTP header name to authorize call to a HTTPS endpoint function.
Using the function settings "Authentication > Scripts" by providing a custom script that would extract the custom header is possible, but then function dependency (such as Realm if we want to delegate the custom header to Realm API key auth for example) is not possible (and such script cannot be implemented as an async JavaScript function also).
1 vote -
Custom header names for HTTPS endpoint authentication
We are considering to use MongoDB AppServices HTTPS endpoints to implements a Webhook receiver.
We have configured API keys as authentication provided.
Our concern is that the external service that will POST a request to this endpoint will add the API key under a HTTP header with a specific name that cannot be configured, let's say X-Foo, and doesn't align with the header name apiKey expected by AppServices.
The same can be considered for other authentication provided (custom, email, ...).
1 vote -
Triggers Integration with Azure Event Grid
We have “Event bridge” integration with Atlas Triggers today. Adding Azure Event Grid support will be very helpful in building no-code solutions like real time sync for ODS/ ODL etc for Azure.
8 votes -
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 -
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 -
Expose secrets as value more easily
Having many secrets and exposing each of them as a value can make the list in the values section of Atlas App Services a little overwhelming. This is unnecessary as most of the time, the name of the exposed value and the corresponding secret are the same.
My suggestion: Make an option when adding secrets to automatically expose this secret as a value of the same name. This could be a checkbox when adding a secret in the UI. Then, in the list of values / secrets. Don't show them twice like now but maybe add a tag on each…
2 votes -
One-way comparison of secret values
Can we have a method that compares a value in a function against a stored secret value. The method should just return true or false to indicate whether the values matched.
If we had this there would be no need to expose a secret through a value.
2 votes
- Don't see your idea?