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
+39-3Lines changed: 39 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +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 Azure Key Vault, see [Configuring a Secret Store with Azure Key Vault](/developerportal/deploy/secret-store-credentials/#azure-key-vault).
50
+
* If you plan to use Azure Key Vault, see [Configuring a Secret Store with Azure Key Vault](/developerportal/deploy/secret-store-credentials/#azure-key-vault).
51
51
52
52
## Installing and Configuring the Mendix Operator {#install-operator}
53
53
@@ -157,7 +157,7 @@ To use the secret provider option for your database plan or storage plan, config
157
157
| Data Type | Key | Example Value |
158
158
| --- | --- | --- |
159
159
| Database type (for example, PostgreSQL) | **database-type** | `PostgreSQL` |
To use the secret provider option for your database plan or storage plan, configure the following keys in your Azure Key Vault. All keys are required unless noted otherwise.
190
+
191
+
### Database Plan Keys
192
+
193
+
| Data Type | Key | Example Value |
194
+
| --- | --- | --- |
195
+
| Database type (for example, SQLSERVER or PostgreSQL) | **database-type** | `PostgreSQL` |
| Storage service name | **storage-service-name** | `com.mendix.storage.azure` | |
207
+
| Azure storage account | **storage-azure-account-name** | `examplename` | This value is required only for Azure Blob Storage with the static authentication method. |
208
+
| Azure storage account key | **storage-azure-account-key** | `examplekey` | This value is required only for Azure Blob Storage with the static authentication method. |
| Use configured CA trust for file storage | **storage-use-ca-certificates** | `true` | |
211
+
| Use HTTP for Azure | **storage-azure-use-https** | `true` | |
212
+
| Delete files from storage when deleted in the app | **storage-perform-delete** | `true` | |
213
+
| Use managed identity authentication for Azure Blob Storage | **storage-azure-use-default-azure-credential** | `false` | Set to `true` to use managed identity authentication for Azure Blob Storage. |
Private Cloud License Manager is a required component of Private Mendix Platform. Before you install the Platform, install PCLM by doing the following steps:
0 commit comments