Skip to content

Commit 15cd087

Browse files
Merge pull request #10335 from giepa/olu-access-restriction-oct25
chore: update access restriction docs to reflect the new IP Restricti…
2 parents 0743da8 + b9a07d4 commit 15cd087

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

content/en/docs/deployment/mendix-cloud-deploy/access-restrictions.md

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,42 @@ For each profile, specify the following details:
9898

9999
Requests originating from an IP address within these allowed profiles will be granted access to your application.
100100

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+
101130
#### Configuring Denied IP Ranges {#denied-ip-ranges}
102131

103132
You can define IP profiles to specify which IP addresses or ranges are explicitly denied access to your application.
104133

105134
To manage these profiles:
106135

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
108137
* To modify an existing profile, select it and click **Edit**({{% icon name="pencil" %}})
109138
* To delete a profile, select it and click **Delete**({{% icon name="trash-can" %}})
110139

@@ -115,9 +144,9 @@ For each profile, specify the following details:
115144

116145
Requests originating from an IP address within these denied profiles will be blocked from accessing your application.
117146

118-
## Applying a Restriction to an Application Environment
147+
## Applying Access Restriction to an Application Environment
119148

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:
121150

122151
1. From [Apps](https://sprintr.home.mendix.com), go to the app's **Environments** page.
123152
2. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
@@ -140,6 +169,15 @@ These are the default settings:
140169
* All paths ending in `-doc` have a preset **Deny all access** profile set by default
141170
* All the remaining paths have no restriction applied by default
142171

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+
143181
## Use Cases for Access Restrictions
144182

145183
Two scenarios in which you can use access restrictions are described below.

0 commit comments

Comments
 (0)