Hi everyone,
I am working with Shield, and I have a question about the configuration of the Kibana or Logstash user in their corresponding configuration file.
Is it possible to encrypt password for thes users ? in order to avoid to put them in the plain text in logstash or kibana.yml configuration file ?
For example, in your documentation, you have this kibana configuration :
elasticsearch.username: kibana4-server
elasticsearch.password: password
But "password" is in plain text...
Thanks
Manu
warkolm
(Mark Walkom)
February 26, 2016, 11:30pm
2
Currently this is not possible, it's something we are working on though (I can't give an ETA).
1 Like
kelpau
(Paul Kelly)
March 10, 2016, 6:46am
3
Hi Mark - this is also an important one for us too;
jaymode
(Jay Modi)
March 10, 2016, 11:12am
4
Is it really encryption that you are seeking or obfuscation? If you would like encryption, then where would the key be stored or how would it be retrieved?
piyush
(piyush)
October 18, 2016, 11:11pm
5
Hi Team,
Is there a way we can use environment variables for username/password? please let me know how.
I tried profile values but it's not working:
1:
elasticsearch.username: $kibanauser
elasticsearch.password: $kibanapwd
2:
elasticsearch.username: "$kibanauser"
elasticsearch.password: "$kibanapwd"
For plain text it's working fine.
Thanks & Regards,
warkolm
(Mark Walkom)
October 19, 2016, 1:03am
6
Please start your own thread.
piyush
(piyush)
October 19, 2016, 9:03pm
7
Hey Mark, what's going on. When i posted my question here you only said "please start your own thread"
Now when i opened a new thread you are redirecting me to this thread again and you closed my thread"kibana password encapsulation" ??? wow...
why can't you just answer, below is in place or not in kibana-4.5.0?