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: