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/releasenotes/private-platform/1.23.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,63 @@ Version 1.23.0 of Private Mendix Platform introduces a number of new features, i
15
15
16
16
#### Improvements
17
17
18
+
##### Installation Improvements
19
+
20
+
We have enabled the use of Vault as external secret storage for Private Mendix Platform. For more information, refer to the [Private Mendix Platform Quick Start Guide](/private-mendix-platform/quickstart/).
21
+
22
+
##### NIST-related Improvements
23
+
24
+
We have made the following improvements to make Private Mendix Platform compliant with the [NIST Cybersecurity framework](https://www.nist.gov/cyberframework):
25
+
26
+
* Running Private Mendix Platform on AWS GovCloud:
27
+
28
+
* Proved that Private Mendix Platform can be installed and run on AWS GovCloud.
29
+
* Identified and documented any gaps for successful running of Private Mendix Platform on AWS GovCloud.
30
+
* Proved that Private Mendix Platform can be installed and run on AWS GovCloud in FIPS mode.
31
+
* Identified and documented any gaps for successful running of Private Mendix Platform on AWS GovCloud in FIPS mode.
32
+
* Implemented automated deployment and testing of new Private Mendix Platform releases for compatibility with AWS GovCloud.
33
+
* Implemented the automated E2E testing (auto-provision, auto-test, and so on) also on AWS GovCloud.
34
+
35
+
* Login screen improvements:
36
+
37
+
* Added support for configuring a login banner or pop-up that can show large amount of privacy and security notices (in HTML/MD5 format which the user must acknowledge (agree) to continue.
38
+
39
+
* DevOps improvements:
40
+
41
+
* Added a toggle to disable the default *MxAdmin* account for all deployed apps.
42
+
43
+
* IAM and governance - user account improvements:
44
+
45
+
* Added a toggle to disable inactive user accounts after a configurable time limit.
46
+
* Added configurable session expiration, so that active users are automatically logged out after a configurable session duration.
47
+
* Added configurable idle session timeout, so that idle users are automatically logged out after a configurable period of inactivity.
48
+
* Added a failed logon lockout capability, with the number of failed tries and lockout time period being configurable.
49
+
* Made the session lock duration and timeout configurable, so that users' screens are automatically locked after a configurable period of inactivity.
50
+
* Allowed administrators to configure the amount of concurrent sessions for the same user account.
51
+
* Gave administrators the ability to force-logout any user, as well as all users.
52
+
53
+
* IAM and governance - logging and auditing:
54
+
55
+
* Enabled the logging of every action by every role.
56
+
* Added the ability to configure what unit of time the audit logs are generated on.
57
+
* Increased the granularity of stored timestamps.
58
+
* Enabled outputting stored timestamps in a specific time zone.
59
+
* Added a setting to define logging to persist archive logs after the expiration of a configurable duration.
60
+
* Added the ability to directly write audit logs to an external database target.
61
+
* Added a setting to define the external logging target for real-time logging of events.
62
+
* Added the ability to set and test connection to multiple targets for writing logs.
63
+
* Enabled the activity log to use the Private Mendix Platform email notifications, if configured.
64
+
* Added a setting that alerts a customer-configured email to any audit logging failures.
65
+
* Added the ability to generate an on-demand audit with custom settings.
66
+
18
67
##### Pipeline Improvements
19
68
20
69
We have updated the Build and Deploy pipeline to support app building blocks and address the CVE-2025-4949 fix.
21
70
71
+
##### UI Improvements
72
+
73
+
We have redesigned the **Build Settings** page to improve user experience.
74
+
22
75
##### Other Improvements
23
76
24
77
We have fixed vulnerabilities related to the following:
0 commit comments