Skip to content

Commit ea3adbf

Browse files
SME review
1 parent b358409 commit ea3adbf

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

content/en/docs/private-platform/pmp-quickstart.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@ Before starting the installation process, make sure that you have all the necess
4747
* An optional Redis server version 6.2.0 or higher, for the task queue and cache. Using Redis is recommended for high availability, where you expect a high volume of webhook calls, or if you have multiple Svix servers. As a best practice, enable persistence in Redis so that tasks are persisted across Redis server restarts and upgrades.
4848

4949
* If you plan to use the AWS Secret Manager, install an AWS provider at your cluster, as described in [Kubernetes Secrets Store CSI Driver](https://secrets-store-csi-driver.sigs.k8s.io/).
50+
* If you plan to use the Hashicorp Vault, prepare the following information. All the listed properties are required unless otherwise noted:
51+
52+
* `mx-admin-password` - The Mendix admin password.
53+
* `pclm-admin-password` - The PCLM admin password.
54+
* `database-type` - The database type, for example, SQLSERVER, or PostgreSQL.
55+
* `database-jdbc-url` - The database Jdbc URL, for example, `jdbc:postgresql://test.database.azure.com:5432/testpmp?sslmode=prefer`.
56+
* `database-host` - The database host URL, for example, `test.database.azure.com:5432`.
57+
* `database-name` - The database name, for example, `testpmp`.
58+
* `database-username` - The database user name.
59+
* `database-password` - The database user password.
60+
* `storage-service-name` - The storage service name, for example, `com.mendix.storage.azure`.
61+
* `storage-azure-account-name` - The name of the Azure storage account. This value is required only for Azure Blob Storage with the static authentication method.
62+
* `storage-azure-account-key` - The key of the Azure storage account. This value is required only for Azure Blob Storage with the static authentication method.
63+
* `storage-azure-container` - The Azure storage container name.
64+
* `storage-use-ca-certificates` - Set to `true` to use the configured CA trust for file storage.
65+
* `storage-azure-use-https` - Set to `true` to use HTTP for Azure.
66+
* `storage-perform-delete` - Set to `true` to delete files from storage when they are deleted in the app.
67+
* `storage-azure-use-default-azure-credential` - Set to `true` to use managed identity authentication for Azure Blob Storage.
68+
* `storage-azure-blob-endpoint` The Azure Blob Storage endpoint, for example, `https://example.blob.core.windows.net/`.
5069

5170
## Installing and Configuring the Mendix Operator {#install-operator}
5271

0 commit comments

Comments
 (0)