From 4a5d9b6c3ec842a391ef61c0d88f48676dfe71af Mon Sep 17 00:00:00 2001 From: Mohamad Berjawi Date: Mon, 7 Apr 2025 17:46:27 +0300 Subject: [PATCH] [wazuh](indexer.sts): fix security authcz admin_dn --- charts/wazuh/Chart.yaml | 2 +- charts/wazuh/configs/indexer_conf/opensearch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wazuh/Chart.yaml b/charts/wazuh/Chart.yaml index 4690fc2..821089a 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: 1.2.3 +version: 1.2.4 # 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/configs/indexer_conf/opensearch.yml b/charts/wazuh/configs/indexer_conf/opensearch.yml index 28ca19b..a5a3989 100644 --- a/charts/wazuh/configs/indexer_conf/opensearch.yml +++ b/charts/wazuh/configs/indexer_conf/opensearch.yml @@ -18,7 +18,7 @@ plugins.security.ssl.http.enabled: ${HTTP_SSL_ENABLED} plugins.security.ssl.transport.enforce_hostname_verification: false plugins.security.ssl.transport.resolve_hostname: false plugins.security.authcz.admin_dn: - - ${SECURITY_AUTHCZ_ADMIN_DN} + - CN=${SECURITY_AUTHCZ_ADMIN_DN} plugins.security.check_snapshot_restore_write_privileges: true plugins.security.enable_snapshot_restore_privilege: true plugins.security.nodes_dn: