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
+41-3Lines changed: 41 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,13 +98,42 @@ For each profile, specify the following details:
98
98
99
99
Requests originating from an IP address within these allowed profiles will be granted access to your application.
100
100
101
+
## IP Restriction Profiles {#ip-restriction-profiles}
102
+
103
+
Ip Restriction profiles allows you to deny access to specific ip or ip ranges to your application.
104
+
You can specify multiple ip restriction profiles for your application, each with a descriptive name that reflects its purpose.
105
+
106
+
To view or manage ip restriction profiles, follow these steps:
107
+
108
+
1. From [Apps](https://sprintr.home.mendix.com), go to your app's **Environments** page.
109
+
2. Click **Cloud Settings** ({{< icon name="settings-slider-1" >}}) from any of the [available tabs](/developerportal/deploy/environments/#available-tabs) to open the **Manage Cloud Settings** page.
110
+
3. Switch to the **IP Restriction Profiles** tab.
111
+
112
+
When configuring an ip restriction profile, keep the following considerations in mind:
113
+
114
+
* IP restriction profiles are configured at the application level. They can be reused in all the environments (for example test, acceptance, production) of an app.
115
+
* IP restriction profiles can contain any number of IPv4 or IPv6 address ranges
116
+
117
+
### Configuring IP Restriction Profiles {#access-restriction}
118
+
119
+
To configure ip restriction profiles, from the **IP Restriction Profiles** page, you can either:
120
+
121
+
* Create a new profile by clicking **New Profile**
122
+
* Modify an existing profile by selecting the profile:
123
+
* Click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) icon
124
+
* Click the **Edit** option to modify the profile
125
+
* Click **Delete** to delete an existing certificate profile
126
+
* Click **Clone** to copy and duplicate an existing certificate profile
127
+
128
+
When you create or edit a profile, you can add IP ranges as described below.
129
+
101
130
#### Configuring Denied IP Ranges {#denied-ip-ranges}
102
131
103
132
You can define IP profiles to specify which IP addresses or ranges are explicitly denied access to your application.
104
133
105
134
To manage these profiles:
106
135
107
-
*In the **Denied IP Profiles** section, click**Create New Profile** to add a new IP range
136
+
*Click**Create New Profile** to add a new IP range
108
137
* To modify an existing profile, select it and click **Edit**({{% icon name="pencil" %}})
109
138
* To delete a profile, select it and click **Delete**({{% icon name="trash-can" %}})
110
139
@@ -115,9 +144,9 @@ For each profile, specify the following details:
115
144
116
145
Requests originating from an IP address within these denied profiles will be blocked from accessing your application.
117
146
118
-
## Applying a Restriction to an Application Environment
147
+
## Applying Access Restriction to an Application Environment
119
148
120
-
To apply a restriction to a specific application environment, follow these steps:
149
+
To apply access restrictions to a specific application environment, follow these steps:
121
150
122
151
1. From [Apps](https://sprintr.home.mendix.com), go to the app's **Environments** page.
123
152
2. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
@@ -140,6 +169,15 @@ These are the default settings:
140
169
* All paths ending in `-doc` have a preset **Deny all access** profile set by default
141
170
* All the remaining paths have no restriction applied by default
142
171
172
+
## Applying IP Restriction to an Application Environment
173
+
174
+
To apply IP restrictions to a specific application environment, follow these steps:
175
+
176
+
1. From [Apps](https://sprintr.home.mendix.com), go to the app's **Environments** page.
177
+
2. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
178
+
3. Go to the **Network** tab.
179
+
4. The **IP Access Restrictions** section allows for applying access restrictions to a single environment.
180
+
143
181
## Use Cases for Access Restrictions
144
182
145
183
Two scenarios in which you can use access restrictions are described below.
0 commit comments