elasticsearch-operator icon indicating copy to clipboard operation
elasticsearch-operator copied to clipboard

Allow non tls client nodes

Open runningman84 opened this issue 7 years ago • 2 comments

It would be cool to have an option to run client nodes without tls. There is software like graylog which does not like the self signed certs created by the operator.

Connected to: https://github.com/upmc-enterprises/elasticsearch-operator/issues/5 https://github.com/Graylog2/graylog2-server/issues/4153

runningman84 avatar Sep 14 '17 21:09 runningman84

This is a feature which we've documented (#5). Also, @gianrubio has a PR in progress on this, not sure what else is left (#64)

Certs that are auto-generated are also exposed as secrets in the same namespace. You'd have to spin up the elastic cluster first, but could have Graylog pull those in maybe as an alternative.

stevesloka avatar Sep 15 '17 13:09 stevesloka

#161 fixed this issue

gianrubio avatar Apr 05 '18 12:04 gianrubio