Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit f4f036e

Browse files
author
Chris Wiechmann
committed
[skip ci] Documentation added
1 parent 879fb16 commit f4f036e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helm/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ elasticsearch:
378378
enabled: true
379379
elasticUsername: "elastic"
380380
elasticPassword: ""
381+
# Disable anonymous access to Elasticsearch. When set to false, Kibana security will be enabled.
381382
anonymous:
382383
enabled: true
383384
# roles: "kibana_admin,superuser,beats_system,logstash_system"
@@ -521,9 +522,10 @@ kibana:
521522
kibanaConfig:
522523
kibana.yml: |
523524
# Disable security by default to fallback to anonymous user
524-
# Enable this parameter to activate security for Kibana
525+
# This is controlled by the parameter elasticsearch.anonymous
525526
xpack.security.enabled: ${KIBANA_SECURITY_ENABLED}
526527
528+
# Set kibana.kibanaSecrets.username and password to populate the envionment variables
527529
elasticsearch.username: "${KIBANA_SYSTEM_USERNAME}"
528530
elasticsearch.password: "${KIBANA_SYSTEM_PASSWORD}"
529531

0 commit comments

Comments
 (0)