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/pmp-quickstart.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,11 +264,21 @@ Svix is required if you want to use webhooks. Install the Svix component by doin
264
264
4. Select **Svix**, and then specify the following parameters:
265
265
266
266
* **Image** - The Svix image path. The default path is `svix/svix-server:v1.25.0`. If you are using a self-signed TLS certificate, set this path to `{customer-private-image-registry-url}/svix/svix-server:v1.25.tls`.
267
-
* **Use Secret Provider** - Optional. Select this option to use the AWS Secret Manager. Selecting this option enables the following additional fields:
267
+
* **Use Secret Provider** - Optional. Select this option to use the AWS Secret Manager or the Azure Key Vault. Selecting this option enables the following additional fields:
268
268
269
-
* **Secret Provider** - Set to **AWS** by default.
270
-
* **AWS-Role-ARN** - An AWS role ARN which can access the specified Secret Manager.
271
-
* **AWS SecretManager Name** - The AWS Secret Manager name where the sensitive data is stored.
269
+
* For AWS Secret Manager:
270
+
271
+
* **Secret Provider** - Set to **AWS**.
272
+
* **AWS-Role-ARN** - An AWS role ARN which can access the specified Secret Manager.
273
+
* **AWS SecretManager Name** - The AWS Secret Manager name where the sensitive data is stored.
274
+
275
+
* For Azure Key Vault:
276
+
277
+
* **Secret Provider** - Set to **Azure**.
278
+
* **Client ID** - Enter a Client ID assigned to the Azure Managed Identity which enables Private Mendix Platform to access Azure resources.
279
+
* **Tenant ID** - Enter the Directory ID of the key vault.
280
+
* **Key Vault Name** - Enter the key vault name.
281
+
* **Use identity auth for Blob** - Set to **True** if you use the Azure Blob Storage with managed identity auth; the default value is **false**.
272
282
273
283
* **POSTGRES_DSN** - Available only if you do not use the AWS Secret Manager. A Postgres DSN, for example, `postgresql://postgres:postgres@pgbouncer/postgres`.
274
284
* **Use Redis** - Optional. Select this check box if you want to use Redis for message cache and queues.
@@ -309,10 +319,21 @@ Install the Private Mendix Platform by doing the following steps:
309
319
* **MxAdminPassword** - Optional. The password for the admin user, required if you are not planning to use the AWS Secret Manager. It must have at least one number, one upper case letter, one lower case letter and one symbol, with a minimum length of 12 characters.
310
320
* **dtapmode** - For production deployments, leave this value set to **P**. For the development of the app, for example acceptance testing, set the value to **D**.
311
321
* **ApplicationRootUrl** - Optional. Manually specify the URL of your Private Mendix Platform, for example, for use with SSO or when sending emails. For more information about this functionality, see [ApplicationRootUrl Needs to be Set Manually](/developerportal/deploy/private-cloud-operator/#applicationrooturl-needs-to-be-set-manually).
312
-
* **Use Secret Provider** - Optional. Select this option to use the AWS Secret Manager. Selecting this option enables the following additional fields:
313
-
* **Secret Provider** - Set to **AWS** by default.
314
-
* **AWS-Role-ARN** - An [AWS role ARN](https://docs.mendix.com/developerportal/deploy/secret-store-credentials/#aws-secrets-manager) which can access the specified Secret Manager.
315
-
* **AWS SecretManager Name** - The AWS Secret Manager name where the sensitive data is stored.
322
+
* **Use Secret Provider** - Optional. Select this option to use the AWS Secret Manager or the Azure Key Vault. Selecting this option enables the following additional fields:
323
+
324
+
* For AWS Secret Manager:
325
+
326
+
* **Secret Provider** - Set to **AWS**.
327
+
* **AWS-Role-ARN** - An [AWS role ARN](https://docs.mendix.com/developerportal/deploy/secret-store-credentials/#aws-secrets-manager) which can access the specified Secret Manager.
328
+
* **AWS SecretManager Name** - The AWS Secret Manager name where the sensitive data is stored.
329
+
330
+
* For Azure Key Vault:
331
+
332
+
* **Secret Provider** - Set to **Azure**.
333
+
* **Client ID** - Enter a Client ID assigned to the Azure Managed Identity which enables Private Mendix Platform to access Azure resources.
334
+
* **Tenant ID** - Enter the Directory ID of the key vault.
335
+
* **Key Vault Name** - Enter the key vault name.
336
+
* **Use identity auth for Blob** - Set to **True** if you use the Azure Blob Storage with managed identity auth; the default value is **false**.
316
337
317
338
5. In the **Enabled Functions** section, select or clear the functions that you want to enable or disable:
0 commit comments