voxpupuli / puppet-kibana

Kibana Puppet module by Elastic.
Apache License 2.0
16 stars 48 forks source link

Allow empty string values in kibana::config #44

Closed smokris closed 2 years ago

smokris commented 3 years ago

https://www.elastic.co/guide/en/kibana/current/configuring-tls.html#configuring-tls-kib-es says:

If you used elasticsearch-certutil to generate a PKCS#12 file and you did not specify a password, the file is encrypted, and you need to set server.ssl.truststore.password to an empty string.

This change enables me to use Puppet to set server.ssl.truststore.password to an empty string.

Pull request acceptance prerequisites: