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
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,25 +47,7 @@ Before starting the installation process, make sure that you have all the necess
47
47
* 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.
48
48
49
49
* 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).
69
51
70
52
## Installing and Configuring the Mendix Operator {#install-operator}
0 commit comments