You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/mendix-cloud-deploy/access-restrictions.md
+33-8Lines changed: 33 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ When configuring an access restriction profile, keep the following consideration
32
32
33
33
* Access restriction profiles are configured at the application level. They can be reused in all the environments (for example test, acceptance, production) of an app.
34
34
* Access restriction profiles can contain any number of IPv4 address ranges, client CAs, or both.
35
-
* If an access restriction profile contains both IP address ranges and client CAs, then any match on either the IP range or the client certificate will grant access.
35
+
* If an access restriction profile contains both IP address ranges and client CAs, then any match on either the IP range or the client certificate will grant or deny access.
@@ -81,14 +81,39 @@ Click **Save** to save the current certificate profile.
81
81
Your CA for TLS client certificate verification should be different from the CA used to sign the SSL certificate configured for any custom domain of the app. Using the same CA for both can result in browsers requesting client certificates on all paths of your application.
82
82
{{% /alert %}}
83
83
84
-
#### Specifying IP Ranges {#ip-ranges}
84
+
#### Configuring Allowed IP Ranges {#ip-ranges}
85
85
86
-
You can specify a number of different IP ranges. Click **Create New Profile**to add a new IP range, or use **Edit** or **Delete** to modify an existing IP range.
86
+
You can define IP profiles to specify which IP addresses or ranges are explicitly allowed to access your application.
87
87
88
-
For each IP range, you can do the following:
88
+
To manage these profiles:
89
89
90
-
* Enter a **Profile Name**
91
-
* Specify a range of addresses. Mendix Cloud supports both IPv4 and IPv6 format addresses.
90
+
* In the **IP Filtering Profiles** section, click **Create New Profile** to add a new IP range.
91
+
* To modify an existing profile, select it and click **Edit**({{% icon name="pencil" %}}).
92
+
* To delete a profile, select it and click **Delete**({{% icon name="trash-can" %}}).
93
+
94
+
For each profile, specify the following details:
95
+
96
+
***Profile Name**: Enter a descriptive name for the IP range
97
+
***IPv4/IPv6 range**: Enter the specific IP address range. Mendix Cloud supports both IPv4 and IPv6 formats
98
+
99
+
Requests originating from an IP address within these allowed profiles will be granted access to your application.
100
+
101
+
#### Configuring Denied IP Ranges {#denied-ip-ranges}
102
+
103
+
You can define IP profiles to specify which IP addresses or ranges are explicitly denied access to your application.
104
+
105
+
To manage these profiles:
106
+
107
+
* In the **Denied IP Profiles** section, click **Create New Profile** to add a new IP range.
108
+
* To modify an existing profile, select it and click **Edit**({{% icon name="pencil" %}}).
109
+
* To delete a profile, select it and click **Delete**({{% icon name="trash-can" %}}).
110
+
111
+
For each profile, specify the following details:
112
+
113
+
***Profile Name**: Enter a descriptive name for the IP range
114
+
***IPv4/IPv6 range**: Enter the specific IP address range. Mendix Cloud supports both IPv4 and IPv6 formats
115
+
116
+
Requests originating from an IP address within these denied profiles will be blocked from accessing your application.
92
117
93
118
## Applying a Restriction to an Application Environment
94
119
@@ -130,7 +155,7 @@ To restrict access to the app to an IP range, follow these steps:
130
155
3. Switch to the **Access Restriction Profiles** tab.
131
156
132
157
4. Create an access restriction profile.
133
-
5. Add one or more IP ranges to the access restriction profile.
158
+
5. Add one or more IP ranges to the **Denied IP Profiles**.
134
159
135
160
6. Save the access restriction profile.
136
161
7. Go to the **Deploy** tab of the **Environments** page. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
0 commit comments