From 406640b08936950eca5e7c7107751b32b851a09a Mon Sep 17 00:00:00 2001 From: Stephane Segning Lambou Date: Wed, 29 Jan 2025 14:10:31 +0100 Subject: [PATCH] fix: config fix v12 --- charts/wazuh/Chart.yaml | 2 +- charts/wazuh/templates/indexer/keycloak.secret.yaml | 8 -------- charts/wazuh/templates/indexer/sts.indexer.yaml | 8 -------- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/charts/wazuh/Chart.yaml b/charts/wazuh/Chart.yaml index 59cfe52..231098b 100644 --- a/charts/wazuh/Chart.yaml +++ b/charts/wazuh/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.1-rc11 +version: 0.3.1-rc12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/wazuh/templates/indexer/keycloak.secret.yaml b/charts/wazuh/templates/indexer/keycloak.secret.yaml index 5595b77..95ba68e 100644 --- a/charts/wazuh/templates/indexer/keycloak.secret.yaml +++ b/charts/wazuh/templates/indexer/keycloak.secret.yaml @@ -14,13 +14,5 @@ stringData: {{- $roles_mapping := $.Files.Get "files/configs/roles_mapping.yml" }} "roles_mapping.yml": {{ include "common.tplvalues.render" (dict "value" $roles_mapping "context" $) | quote }} - - {{ with .idp.metadata }} - "idp.metadata.xml": {{ include "common.tplvalues.render" (dict "value" . "context" $) | quote }} - {{ end }} - - {{ with .sp.metadata }} - "sp.metadata.xml": {{ include "common.tplvalues.render" (dict "value" . "context" $) | quote }} - {{ end }} {{- end -}} {{ end }} diff --git a/charts/wazuh/templates/indexer/sts.indexer.yaml b/charts/wazuh/templates/indexer/sts.indexer.yaml index 9851d9d..65dec25 100644 --- a/charts/wazuh/templates/indexer/sts.indexer.yaml +++ b/charts/wazuh/templates/indexer/sts.indexer.yaml @@ -205,14 +205,6 @@ spec: mountPath: /usr/share/wazuh-indexer/opensearch-security/config.yml subPath: config.yml readOnly: true - - name: wazuh-keycloak-config - mountPath: /etc/wazuh-indexer/opensearch-security/idp.metadata.xml - subPath: idp.metadata.xml - readOnly: true - - name: wazuh-keycloak-config - mountPath: /etc/wazuh-indexer/opensearch-security/sp.metadata.xml - subPath: sp.metadata.xml - readOnly: true - name: wazuh-keycloak-config mountPath: /etc/wazuh-indexer/opensearch-security/roles_mapping.yml subPath: roles_mapping.yml