This article explains how to enable IP filtering for your Umbraco Cloud project's back-end services, allowing access only to whitelisted IP addresses.
This is a beta feature. Enabling this feature might have other side effects for your Umbraco Cloud project.
Management API Security lets you secure access to the back-end services of your Umbraco Cloud project.
When enabled, the following domains will be protected by an IP filter:
Git Domains: Used for version control and deployment processes, identified by the *.git suffix.
Scm Domains: Used for additional back-end service operations, such as builds and deployment management. They follow the your-project-alias.regional-identifier.scm.umbraco.io pattern.
If the IP address is not whitelisted, these domains will not be accessible.
Go to Management API Security under the Security tab.
Enable IP Filtering for Management API on the project.
Once enabled, add IP Address for users that need access to the Management API of your project.
After IP Filtering has been enabled, users with IPs not added to the allowlist will be denied access to the Management API.