Skip to content

Commit 6b7a068

Browse files
PMP - AWS Secret Manager
1 parent 216d51b commit 6b7a068

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,30 @@ Before configuring AWS Secrets Manager integration, prepare the following:
1717
* IAM permissions to create roles and policies for AWS Secrets Manager access
1818
* Access to the PPrivate Mendix Platform project admin panel with administrative privileges
1919
* Basic knowledge of AWS services, IAM roles, and Kubernetes (if using EKS deployment)
20-
* An existing EKS cluster (if your PMP deployment runs on Kubernetes)
20+
* An existing EKS cluster (if your PMP deployment runs on Kubernetes)
21+
22+
## Configuring External Secret Management
23+
24+
To configure external secret management, you must first create a secret in AWS Secret Manager, configure the IAM permissions and service accounts, and then configure the required credentials in the Private Mendix Platform administrator panel. For more information, refer to the sections below.
25+
26+
### Creating a Secret
27+
28+
To create a secret in AWS Secret Manager, perform the following steps:
29+
30+
1. Log in to the AWS Management Console.
31+
2. Navigate to the **AWS Secrets Manager** service.
32+
3. Click **"Store a new secret**.
33+
4. Choose the type of secret as **Other type of secret**.
34+
5. Select the **JSON** format for storing secrets.
35+
6. Enter the key-value pairs for your secrets using the PMP naming convention. You can get the complete template from [here](!!link tbd).
36+
7. Click **Next**.
37+
8. Enter a descriptive name for your secret, for example, *PMP-Production-Credentials* or *PMP-VCS-Credentials*.
38+
9. Optional: Add a description and tags for better organization and compliance tracking.
39+
10. Click **Next** to review your secret settings.
40+
11. Review the details and click **Store** to create the secret.
41+
42+
Make note of the secret name and ARN. You will need these when configuring Private Mendix Platform to use the secret.
43+
44+
### Configuring IAM Permissions and Service Accounts
45+
46+
### Configuring the Credentials

0 commit comments

Comments
 (0)