jlambert121 / jlambert121-kibana

Puppet module to install and configure kibana 4
Other
11 stars 50 forks source link

HTTPS/SSL Support #72

Closed FireDrunk closed 8 years ago

FireDrunk commented 8 years ago

Is it possible to change the kibana.yml.erb template to include options for SSL?

from the docs:

# SSL for outgoing requests from the Kibana Server (PEM formatted)
server.ssl.key: /path/to/your/server.key
server.ssl.cert: /path/to/your/server.crt

Would be much appreciated!

jlambert121 commented 8 years ago

@FireDrunk how about taking a stab at providing those parameters? PRs are greatly appreciated!

smetj commented 8 years ago

@FireDrunk https://github.com/jlambert121/jlambert121-kibana/pull/73

jlambert121 commented 8 years ago

Closed with #75

FireDrunk commented 8 years ago

Thanks guys, much appreciated!