Skip to content

Commit 22803e4

Browse files
Merge branch 'development' into nc-audit-logging-ga
2 parents 3dc5d43 + 129db9c commit 22803e4

55 files changed

Lines changed: 841 additions & 234 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"AWS_PROFILE": "my-sandbox",
77
"AWS_REGION": "eu-central-1",
88
"CLAUDE_CODE_USE_BEDROCK": "1",
9-
"ANTHROPIC_MODEL": "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
9+
"ANTHROPIC_MODEL": "eu.anthropic.claude-sonnet-4-6",
1010
"ANTHROPIC_SMALL_FAST_MODEL": "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
1111
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
12-
"ANTHROPIC_DEFAULT_OPUS_MODEL": "eu.anthropic.claude-opus-4-6-v1",
13-
"ANTHROPIC_DEFAULT_SONNET_MODEL": "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
12+
"ANTHROPIC_DEFAULT_OPUS_MODEL": "eu.anthropic.claude-opus-4-8",
13+
"ANTHROPIC_DEFAULT_SONNET_MODEL": "eu.anthropic.claude-sonnet-4-6",
1414
"DISABLE_PROMPT_CACHING": "0",
1515
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "10240",
1616
"MAX_THINKING_TOKENS": "1024"

content/en/docs/community-tools/contribute-to-mendix-docs/style-guide/product-naming-guide.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,6 @@ A solution for an air-gapped secure Mendix deployment.
132132

133133
This section contains various Mendix terms that are used in the product UI and documentation.
134134

135-
### application & app
136-
137-
An "application" or "app" can be one of the following:
138-
139-
* A local application
140-
* A Free App
141-
* A licensed application hosted on Mendix Cloud; another cloud such as AWS, SAP Cloud, or IBM Cloud Portal; or on the user's own server
142-
143-
Do not capitalize (meaning, do not write "Mendix App").
144-
145-
Do not replace with "app project" (or "project") generically, even when referring to project management-like tasks. **Project** is still used in some UI text, but that usage is being phased out. Using "app" in all instances is prioritized.
146-
147-
The full word "application" has a more well-rounded meaning to it (as in, web and mobile apps), whereas "app" may suggest just mobile apps to the reader. Accordingly, it can be better to use "application" at the beginning of documents and then switch to "app" later on. We want to make it clear that Mendix is not just for building mobile apps, but all kinds of applications.
148-
149135
### App ID
150136

151137
Always capitalize.

content/en/docs/control-center/company/project-categories.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Follow these steps to add a category:
3232
You can add multiple values as a comma-separated list.
3333
Each entry consists of a unique name and code. The unique code is automatically generated for you. You can edit it afterwards, as long as you provide a new unique code.
3434

35+
You can add a maximum of 10 categories.
36+
3537
### Editing Categories
3638

3739
Follow these steps to edit a category:

content/en/docs/control-center/security/audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Audit Logs"
33
url: /control-center/audit-logs/
44
description: "Describes the Audit Logs page in the Mendix Control Center."
5-
weight: 30
5+
weight: 60
66
---
77

88
## Introduction

content/en/docs/control-center/security/certificate-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Certificate Management"
33
linktitle: "Certificate Management"
44
url: /control-center/certificate-management/
55
description: "Describes the Certificate Management page in Mendix Control Center."
6-
weight: 40
6+
weight: 50
77
beta: true
88
---
99

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: "Policies"
3+
url: /control-center/policies/
4+
description: "Describes the Policies page in the Mendix Control Center."
5+
weight: 30
6+
---
7+
8+
## Introduction
9+
10+
Policies help ensure that your app landscape is secure, compliant, and consistent. On the **Policies** page, you can define policies that your apps need to adhere to. If they do not, violations are automatically detected and reported in Software Composition, allowing you to react accordingly. For details on how policy violations are displayed in Software Composition, refer to [Policy Status](/control-center/policy-status/).
11+
12+
The **Policies** page allows you to create new policies, lists all of your existing policies, and displays a **Help & Support** pane with useful information about creating policies.
13+
14+
## Defining Policies
15+
16+
You can define policies by either using a template or starting from scratch. The following sections describe the process for each scenario.
17+
18+
### Creating a Policy From a Template
19+
20+
You can use one of the existing templates to create your own policy.
21+
22+
1. Click **Create from Template**.
23+
24+
2. Select one of the available templates:
25+
26+
* Only allow Marketplace components that are platform-supported
27+
* Only medium or low findings are allowed
28+
* Only Mendix runtime versions >= 9.24.43 are allowed
29+
30+
3. In the **Policy Name** field, add a name for the new policy.
31+
32+
4. Select one of these actions:
33+
34+
* **Edit** – Make changes to the template, such as adjusting the Mendix runtime version.
35+
* **Save as Inactive** – Save the policy, but do not enforce it yet.
36+
* **Save & Activate** – Save the policy and enforce it.
37+
38+
### Creating a Policy From Scratch
39+
40+
You can create a policy by defining your own details.
41+
42+
1. Click **Create from Scratch**.
43+
44+
2. On the **Policy Definition** tab, fill in the following details:
45+
46+
* **Policy Name** – A relevant name for your policy, such as one indicating what the policy checks.
47+
* **Description** – A description of the goal of the policy, which covers why it needs to be adhered to, and how to fix its violations.
48+
* **Policy Conditions** – Define the conditions under which the policy is considered violated. These are the available conditions and their values:
49+
50+
* **Any finding severity is** – Choose which severity level violates the policy. You can select one or more of the following values:
51+
52+
* **LOW**
53+
* **MEDIUM**
54+
* **HIGH**
55+
* **CRITICAL**
56+
57+
For example, if you select **CRITICAL**, apps with critical findings violate this policy.
58+
59+
* **Mendix runtime version is lower than** – Indicate which Mendix version is the minimum that your apps must use.
60+
61+
* **Marketplace component license is not** – Select the licenses that are acceptable. If a Marketplace component has a license which is not one of the ones you select here, the policy is violated. These are the possible values:
62+
63+
* MIT
64+
* BSD_2_0
65+
* APACHE_V2
66+
* APACHE_1_0
67+
* MENDIX_EULA
68+
* PARTNER_LICENSES
69+
* CREATIVE_COMMONS_CC0
70+
* GNU_GENERAL_PUBLIC_LICENSE_V3
71+
* MENDIX_MARKETPLACE_CONTENT_TERMS
72+
73+
* **Marketplace component support is not** – Select the support types that are acceptable. If a Marketplace component has a support type which is not one of the ones you select here, the policy is violated. These are the possible values:
74+
75+
* PARTNER
76+
* SIEMENS
77+
* PLATFORM
78+
* COMMUNITY
79+
80+
* **Checkpoints & Action(s)** – Select the trigger which causes the policy to be checked, and the action that is taken if the policy is violated. Currently, policy violations are checked at the time of package creation, and violations generate warnings.
81+
82+
3. On the **Policy Scope** tab, select whether you want the policy to apply to all licensed apps, or only to specific apps in your environment.
83+
84+
4. Select one of these actions:
85+
86+
* **Cancel** – Discard the policy.
87+
* **Save as Inactive** – Save the policy, but do not enforce it yet.
88+
* **Save & Activate** – Save the policy and enforce it.
89+
90+
## Policy Details
91+
92+
These are the details you can see for every existing policy:
93+
94+
* **Policy Name** – The policy's name.
95+
* **ID** – The policy's unique ID, which you can copy.
96+
* **Policy Scope** – The policy's app scope.
97+
* **Last Updated By** – The unique ID of the user who most recently updated the policy.
98+
* **Last Updated Date** – The date when the policy was most recently updated.
99+
* **Status** – Whether the policy is active or not.
100+
* Actions:
101+
102+
* **Edit Policy**
103+
* **Deactivate Policy**
104+
* **Delete Policy**

content/en/docs/control-center/security/security.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ The **Settings** page in the **Security** category in Control Center allows you
2121

2222
With [Free Apps](/developerportal/deploy/mendix-cloud-deploy/deploying-an-app/#deploy-free-app), you can deploy your app to Mendix Cloud from Studio Pro. The ability to deploy Free Apps can be blocked at the company level by disabling **Free App Deployment**.
2323

24-
### Password Policy
25-
26-
Mendix enforces a 90-day password validity period for all platform passwords used to sign in to the Mendix Platform or Studio Pro.
27-
If Mendix Admins [set up SSO (BYOIDP)](/control-center/security/set-up-sso-byoidp/), the organization's IdP manages all sign-ins and passwords. In this case, the Mendix Platform's password validity policy no longer applies.
28-
29-
{{% alert color="info" %}}
30-
The Mendix Platform no longer allows you to configure a password validity period other than 90 days or to disable password expiry. This capability will be removed on March 31, 2026.
31-
{{% /alert %}}
32-
3324
### Email Signing {#disable-enable-digital-signing-emails}
3425

3526
The Mendix Platform digitally signs the content of emails from senders [no-reply@notifications.mendix.com](mailto:no-reply@notifications.mendix.com) and [no-reply@platform-mail.mendix.com](mailto:no-reply@platform-mail.mendix.com). By digitally signing the content of an email, Mendix provides assurance to the recipient of the email that the content of an email has not been altered in transit. For reasons of security, this feature is enabled by default. However, if digitally signing the content of an email interferes with the delivery of that email to the recipient, a Mendix Admin can disable this feature for emails sent to receivers in the company domains. For more information, see the [Why Would You Want to Disable the Digital Signing of Email Content?](#why-disable-email-signing) section below.

content/en/docs/control-center/security/software-composition/overview.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The app list is sorted based on the number of findings and their severity, from
4343
* **Environment** — The name of the environment.
4444
* **Runtime** — The Mendix Runtime version.
4545
* **Findings** — The number of findings of each type, color-coded according to severity level.
46+
* **Policy Status** – The number of policies that the app violates. For details on each policy, click this line item, then go to the **Policy Status** tab of the app.
4647
* **Technical Contact** — The Technical Contact of the app.
4748
* **Target Cloud** — The type of cloud where the deployment package is deployed. Currently, the following types of cloud are supported:
4849
* Mendix Free Cloud
@@ -160,3 +161,29 @@ The component usage list contains the following information:
160161
* Column customization ({{% icon name="view" %}}) – You can customize the columns of the list by clicking the {{% icon name="view" %}} icon and selecting or deselecting options.
161162

162163
To export the information corresponding to selected items in the list to an Excel file, select the checkboxes of the items in the list, then click **Selection Export** that appears at the bottom of the page.
164+
165+
## Policy Status
166+
167+
The **Policy Status** tab displays a list of the policies that the app violates, with the following information for each:
168+
169+
* **Status** – The status of the violation.
170+
* **Policy Name** – The name of the violated policy.
171+
* **View Details** – This opens the **Policy Details** pane, which displays the following details about the violated policy:
172+
173+
* **Policy ID** – The unique ID of the policy.
174+
* **Policy Name** – The name of the policy.
175+
* **Description** – A short description of the policy, which includes the reason why it is violated.
176+
* **Status** – Whether the policy is active or not.
177+
* **Scope** – The apps that the policy applies to. A breakdown of these is displayed on the **Policy Scope** tab of this pane.
178+
* **Created by** – The unique ID of the user who created the policy.
179+
* **Created on** – The date when the policy was created.
180+
* **Last modified by** – The unique ID of the user who most recently updated the policy.
181+
* **Last modified on** – The date when the policy was most recently updated.
182+
* **Failure Condition(s)** – The conditions under which the policy is considered violated.
183+
* **Checkpoints & Action(s)** – The trigger which causes the policy to be checked, and the action that is taken if the policy is violated.
184+
185+
* Column customization ({{% icon name="view" %}}) — You can customize the columns in the list by clicking the {{% icon name="view" %}} icon and selecting or deselecting options.
186+
187+
You can search a policy by its name, and export all information on this tab to an Excel file.
188+
189+
For details on defining policies, refer to [Policies](/control-center/policies/).
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Policy Status Tab"
3+
url: /control-center/policy-status/
4+
description: "Describes the Policy Status tab on the Software Composition page of the Mendix Control Center."
5+
weight: 3
6+
---
7+
8+
## Introduction
9+
10+
The **Policy Status** tab lists the policies that apply to all apps in your landscape, along with the number of times each policy was violated. Clicking a policy name opens the list of all apps and environments which violated that specific policy, with the following details:
11+
12+
* **Status** – The type of violation.
13+
* **App Name** – The name of the app which violated the policy.
14+
* **Package Name** – The name of the package which violated the policy.
15+
* **Environment Name** – If applicable, the name of the environment where the violating app package is deployed.
16+
* **Runtime** – The runtime version of the deployment package.
17+
* **Target Cloud** — The type of cloud where the deployment package is deployed.
18+
* **Last Checked On** – The date when the policy was last checked.

content/en/docs/control-center/security/software-composition/scoring-criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Scoring Criteria Tab"
33
linktitle: "Scoring Criteria Tab"
44
url: /control-center/scoring-criteria-tab/
55
description: "Describes the Scoring Criteria tab on the Software Composition page of the Mendix Control Center."
6-
weight: 3
6+
weight: 4
77
---
88

99
## Introduction

0 commit comments

Comments
 (0)