Hi,
Is it possible to set built-in user passwords in elasticsearch-keystore before ES starts up?
I know one can set the bootstrap.password in the keystore but what about passwords for elastic, kibana and other built-ins?
The Elastic Kubernetes Helm Chart seems to be doing the above here:
- Creates a secret with elastic user credentials
https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/config/Makefile - Adds it to the keystore
https://github.com/elastic/helm-charts/blob/1ad3826f26b4375b8935956d462f8777bd3c78a4/elasticsearch/templates/statefulset.yaml#L155
I am not sure what keys and values are added there exactly, though.
My ElasticSearch version is 6.8.1
--
Thanks in advance