Skip to content

Commit eccbf29

Browse files
authored
[wazuh](indexer.sts): fix security authcz admin_dn (#77)
1 parent fd776f9 commit eccbf29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/wazuh/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.3
18+
version: 1.2.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/wazuh/configs/indexer_conf/opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins.security.ssl.http.enabled: ${HTTP_SSL_ENABLED}
1818
plugins.security.ssl.transport.enforce_hostname_verification: false
1919
plugins.security.ssl.transport.resolve_hostname: false
2020
plugins.security.authcz.admin_dn:
21-
- ${SECURITY_AUTHCZ_ADMIN_DN}
21+
- CN=${SECURITY_AUTHCZ_ADMIN_DN}
2222
plugins.security.check_snapshot_restore_write_privileges: true
2323
plugins.security.enable_snapshot_restore_privilege: true
2424
plugins.security.nodes_dn:

0 commit comments

Comments
 (0)