Skip to content

Commit a4bf21f

Browse files
Merge pull request mendix#10664 from mendix/olu-access-restriction-2701
Updating obsolete network usage to connectivity
2 parents c0bfdf0 + 9ce16fd commit a4bf21f

4 files changed

Lines changed: 16 additions & 14 deletions

File tree

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To apply access restrictions to a specific application environment, follow these
104104

105105
1. From [Apps](https://sprintr.home.mendix.com), go to the app's **Environments** page.
106106
2. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
107-
3. Go to the **Network** tab.
107+
3. Go to the **Connectivity** tab.
108108
4. Navigate to the [Path Based Access Restrictions](/developerportal/deploy/environments-details/#path-based-restrictions) section to apply access restrictions to a single environment.
109109

110110
{{% alert color="info" %}}
@@ -174,7 +174,7 @@ To apply IP restrictions to a specific application environment, follow these ste
174174

175175
1. From [Apps](https://sprintr.home.mendix.com), go to the app's **Environments** page.
176176
2. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
177-
3. Go to the **Network** tab.
177+
3. Go to the **Connectivity** tab.
178178
4. Navigate to the [IP Access Restrictions](/developerportal/deploy/environments-details/#ip-access-restrictions) section to apply access restrictions to a single environment.
179179

180180
{{% alert color="info" %}}
@@ -199,14 +199,15 @@ To restrict access to the app to an IP range, follow these steps:
199199
5. Add one or more IP ranges to the **Denied IP Profiles**.
200200

201201
6. Save the access restriction profile.
202-
7. Go to the **Deploy** tab of the **Environments** page. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
203-
8. Switch to the **Network** tab.
204-
9. Select the top-level path (`/`) and click **Edit**.
202+
7. Go to the **Overview** tab on the **Environments** page.
203+
8. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
204+
9. Switch to the **Connectivity** tab.
205+
10. Select the top-level path (`/`) and click **Edit**.
205206

206207
{{% alert color="info" %}}Any path below this path that does not have an explicit restriction will inherit this access restriction profile.{{% /alert %}}
207208

208-
10. Select **Custom Profile for Client Certificates and/or IP ranges** as the **New Restriction Type**.
209-
11. Select your access restriction profile as the **New Restriction Profile**, and save it.
209+
11. Select **Custom Profile for Client Certificates and/or IP ranges** as the **New Restriction Type**.
210+
12. Select your access restriction profile as the **New Restriction Profile**, and save it.
210211

211212
### Example Scenario 2 – Back-End Administration with Third-Party Web Service Integrations
212213

@@ -227,9 +228,10 @@ To add this additional access restriction profile, follow these steps:
227228
4. Create a new access restriction profile.
228229
5. Upload the certificate of the internal CA that is used to sign the client certificates.
229230
6. Save the new access restriction profile.
230-
7. Go to the **Deploy** tab of the **Environments** page. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
231-
8. Switch to the **Network** tab.
232-
9. Edit the `/ws/` path of the environment to apply the new access restriction profile. This overrides the default profile (for the top level `/`) for the selected path (`/ws/`).
231+
7. Go to the **Overview** tab on the **Environments** page.
232+
8. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the desired environment.
233+
9. Switch to the **Connectivity** tab.
234+
10. Edit the `/ws/` path of the environment to apply the new access restriction profile. This overrides the default profile (for the top level `/`) for the selected path (`/ws/`).
233235

234236
{{% alert color="info" %}}
235237
If the `/ws/` path should still be reachable from the office location without using a client certificate, add the IP ranges of the office location to the profile used for `/ws/`.

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To open the **Environment Details** page, go to [Apps](https://sprintr.home.mend
1616

1717
{{% alert color="info" %}}You must have permissions for **Transport Rights** to view the **Environment Details** page. For details on configuring permissions, see [Node Permissions](/developerportal/deploy/node-permissions/).{{% /alert %}}
1818

19-
The **Environment Details** page shows information about the selected environment and includes eight tabs: **General**, **Model Options**, **Network**, **Log Levels**, **Runtime**, **Maintenance**, **Tags**, and **Services**. You can also use this page to manage and debug several aspects of the environment.
19+
The **Environment Details** page shows information about the selected environment and includes nine tabs: **General**, **Model Options**, **Network**, **Connectivity**, **Log Levels**, **Runtime**, **Maintenance**, **Tags**, and **Services**. You can also use this page to manage and debug several aspects of the environment.
2020

2121
## Actions {#actions}
2222

content/en/docs/marketplace/platform-supported-content/modules/document-generation/installation-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ To allow the module to send and receive document generation requests on your Men
7979

8080
2. On the **Overview** tab, click **Details** for the respective environment.
8181

82-
3. In the specific **Environment Details** page, select the **Network** tab.
82+
3. In the specific **Environment Details** page, select the **Connectivity** tab.
8383

84-
4. Scroll down to **Path Based Access Restrictions** and click **Add**. The **Edit Path Based Access Restriction** dialog box opens.
84+
4. Scroll down to **Path Based Access Restrictions** and click **Add**. The **New Path Based Access Restriction** dialog box opens.
8585

8686
5. Fill in the fields as follows:
8787
* In the **Path** field, enter */docgen/*.

content/en/docs/releasenotes/deployment/mendix-cloud/2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ weight: 10
130130

131131
* For all apps running on the Mendix Cloud, the following HTTP request headers are now available: `SSL-Protocol` (possible values: `TLSv1`, `TLSv1.1`, `TLSv1.2`) and `SSL-Cipher` (for example, `ECDHE-RSA-AES256-GCM-SHA384`). These can be used to block login attempts (for example, `TLSv1` connections). *(Please note that these release notes previously stated the header name was `SSL-Version`, but it should have been `SSL-Protocol`.)*
132132
* Modern browsers are aggressively caching static HTML resources, which can lead to user problems after deploying new versions of applications. Clearing the cache can solve this, but that is a bad user experience. So, for all apps running on Mendix Cloud v3, we have added an explicit `no-cache` header to the resources `/` and `/index.html`, `/login.html`, and `/index[0-9].html`. For Mendix Cloud v4, an `expires` with a negative value was already used, so no changes are required there. We believe this change eliminates most of the browser caching issues we have seen so far.
133-
* You can now restrict access to your Mendix Cloud v4 applications based on IP ranges. This is available for all Mendix Cloud v4 regions and can be configured from the **Network** tab of your cloud environment.
133+
* You can now restrict access to your Mendix Cloud v4 applications based on IP ranges. This is available for all Mendix Cloud v4 regions and can be configured from the **Connectivity** tab of your cloud environment.
134134

135135
#### Fixes
136136

0 commit comments

Comments
 (0)