Skip to content

Commit 1901e56

Browse files
Update pmp-quickstart.md
1 parent ea3adbf commit 1901e56

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,7 @@ 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/`.
50+
* If you plan to use the Azure Key Vault, see [Configuring a Secret Store with Azure Key Vault](/developerportal/deploy/secret-store-credentials/#azure-key-vault).
6951

7052
## Installing and Configuring the Mendix Operator {#install-operator}
7153

0 commit comments

Comments
 (0)