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/private-platform/configuration/pmp-configure-aws-secret.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,30 @@ Before configuring AWS Secrets Manager integration, prepare the following:
17
17
* IAM permissions to create roles and policies for AWS Secrets Manager access
18
18
* Access to the PPrivate Mendix Platform project admin panel with administrative privileges
19
19
* 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
0 commit comments