From 8d2515ed4c8179394a7f7e57a3f150bc29ebb3b1 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Fri, 23 Jan 2026 18:58:56 +0100 Subject: [PATCH 1/2] Changed "AWS Secret Manager" to generic in intro --- content/en/docs/private-platform/pmp-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/private-platform/pmp-quickstart.md b/content/en/docs/private-platform/pmp-quickstart.md index e242a1119b0..f4a372df532 100644 --- a/content/en/docs/private-platform/pmp-quickstart.md +++ b/content/en/docs/private-platform/pmp-quickstart.md @@ -11,7 +11,7 @@ aliases: This document provides a comprehensive guide for installing Private Mendix Platform, along with its optional components, in your own Kubernetes environment. -The installer is integrated with the AWS Secrets Manager. If required, you can store some configuration in the the AWS Secrets Manager without setting up a storage plan, database plan, PCLM admin and Mendix admin info in the Private Mendix Platform installer. +Private Mendix Platform supports using secret storage. If required, you can store some configuration in a secret vault (for example, AWS Secret Manager) without setting up a storage plan, database plan, PCLM admin and Mendix admin info in the Private Mendix Platform installer. {{% alert color="info" %}} Using a secret storage incorrectly may reduce the security of your app. Consult your secrets store provider to ensure that it is set up securely for your production environment. From 2e9a96327e59975b539378daf1cb3ebc62d0eecc Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:28:49 +0100 Subject: [PATCH 2/2] Update pmp-quickstart.md --- content/en/docs/private-platform/pmp-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/private-platform/pmp-quickstart.md b/content/en/docs/private-platform/pmp-quickstart.md index f4a372df532..cbe00173328 100644 --- a/content/en/docs/private-platform/pmp-quickstart.md +++ b/content/en/docs/private-platform/pmp-quickstart.md @@ -11,7 +11,7 @@ aliases: This document provides a comprehensive guide for installing Private Mendix Platform, along with its optional components, in your own Kubernetes environment. -Private Mendix Platform supports using secret storage. If required, you can store some configuration in a secret vault (for example, AWS Secret Manager) without setting up a storage plan, database plan, PCLM admin and Mendix admin info in the Private Mendix Platform installer. +Private Mendix Platform supports using secret storage. If required, you can store some configuration in a secret vault (AWS, Azure, or Hashicorp) without setting up a storage plan, database plan, PCLM admin and Mendix admin info in the Private Mendix Platform installer. {{% alert color="info" %}} Using a secret storage incorrectly may reduce the security of your app. Consult your secrets store provider to ensure that it is set up securely for your production environment.