diff --git a/content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md b/content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md index b7128e86810..250b0b08fc6 100644 --- a/content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md +++ b/content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md @@ -125,6 +125,15 @@ When creating a property to use as a key for external secret storage, use the fo * **CIAdmin.AzureBlobStorageToken** - SAS token for the Azure Blob Storage * **CIAdmin.AzureAwsS3SK** - Name of the Azure DevOps organization + * Cluster Manager + + * **ClusterManager.OCIRegistryAWSSK** - OCI Registry: AWS secret access key for the OCI registry + * **serverClusterManager.OCIBasicAuthPassword** - OCI Registry: Password for the OCI registry + * **serverClusterManager.MDAAWSSK** - MDA Storage: AWS secret access key for the MDA file + * **serverClusterManager.MDAFileBasicAuthPassword** - MDA Storage: Password for the MDA file + * **serverClusterManager.KubernetesApiToken** - Kubernetes API: Token for accessing the Kubernetes API + * **serverClusterManager.GrafanaAPIKey** - Grafana: API key for accessing the Grafana server + * Marketplace * **Marketplace.ImportCDNPassword** - Personal access token for the Marketplace admin @@ -175,13 +184,12 @@ The following is a JSON template. Copy this template into your secret, and set t "AzureAwsS3SK": "" }, "ClusterManager": { - "KubernetesApiToken": "" - }, - "ClusterSettings": { - "KubernetesAdminPassword": "", - "GrafanaAPIKey": "", - "MDAAWSS3AccessKey": "", - "OCIRegistryPassword": "" + "KubernetesApiToken": "", + "GrafanaAPIKey":"", + "MDAFileBasicAuthPassword": "", + "MDAAWSSK": "", + "OCIBasicAuthPassword": "", + "OCIRegistryAWSSK": "" }, "Marketplace": { "ImportCDNPassword": "" diff --git a/content/en/docs/private-platform/configuration/pmp-configure-azure-key-vault.md b/content/en/docs/private-platform/configuration/pmp-configure-azure-key-vault.md index daf8928b184..31bf09574fd 100644 --- a/content/en/docs/private-platform/configuration/pmp-configure-azure-key-vault.md +++ b/content/en/docs/private-platform/configuration/pmp-configure-azure-key-vault.md @@ -128,6 +128,15 @@ When creating the JSON structure for your secret, you must use a flat key-value * **CIAdmin.AzureBlobStorageToken** - SAS token for the Azure Blob Storage * **CIAdmin.AzureAwsS3SK** - Name of the Azure DevOps organization + * **Cluster Manager** + + * **ClusterManager.OCIRegistryAWSSK** - OCI Registry: AWS secret access key for the OCI registry + * **serverClusterManager.OCIBasicAuthPassword** - OCI Registry: Password for the OCI registry + * **serverClusterManager.MDAAWSSK** - MDA Storage: AWS secret access key for the MDA file + * **serverClusterManager.MDAFileBasicAuthPassword** - MDA Storage: Password for the MDA file + * **serverClusterManager.KubernetesApiToken** - Kubernetes API: Token for accessing the Kubernetes API + * **serverClusterManager.GrafanaAPIKey** - Grafana: API key for accessing the Grafana server + * Marketplace * **Marketplace.ImportCDNPassword** - Personal access token for the Marketplace admin diff --git a/content/en/docs/private-platform/configuration/pmp-configure-hashicorp-vault.md b/content/en/docs/private-platform/configuration/pmp-configure-hashicorp-vault.md index aa9cabe29b0..672d0373d1b 100644 --- a/content/en/docs/private-platform/configuration/pmp-configure-hashicorp-vault.md +++ b/content/en/docs/private-platform/configuration/pmp-configure-hashicorp-vault.md @@ -138,6 +138,15 @@ Use the exact key names specified by Private Mendix Platform, with dots (`.`) as * `CIAdmin.AzureBlobStorageToken` * `CIAdmin.AzureAwsS3SK` +* **Cluster Manager** + + * `ClusterManager.OCIRegistryAWSSK` - OCI Registry: AWS secret access key for the OCI registry + * `serverClusterManager.OCIBasicAuthPassword` - OCI Registry: Password for the OCI registry + * `serverClusterManager.MDAAWSSK` - MDA Storage: AWS secret access key for the MDA file + * `serverClusterManager.MDAFileBasicAuthPassword` - MDA Storage: Password for the MDA file + * `serverClusterManager.KubernetesApiToken` - Kubernetes API: Token for accessing the Kubernetes API + * `serverClusterManager.GrafanaAPIKey` - Grafana: API key for accessing the Grafana server + * **Marketplace** * `Marketplace.ImportCDNPassword`