upmc-enterprises / elasticsearch-operator

manages elasticsearch clusters
Other
656 stars 133 forks source link

Cerebro TLS #106

Open stevesloka opened 6 years ago

stevesloka commented 6 years ago

Cerebro was added for metrics against the cluster, need to enable TLS since certs are already generated.

https://www.playframework.com/documentation/2.5.x/ConfiguringHttps#ssl-certificates

gianrubio commented 6 years ago

This is already manager by the operator, right?

stevesloka commented 6 years ago

That cert is so that cerebro can talk to the ES cluster. I was wanting to make sure Cerebro itself is served over https.