You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the ECK operator will deploy an ES cluster with TLS enabled with certificates that are not signed by a trusted CA.
ES clusters signed by custom CAs are pretty common when the service is not exposed to the Internet so it would be nice to support this usecase by adding an option to opt out of the certificate validation with something SkipCertValidation in the configuration file
Allow user to skip certificate validation when connecting to the
Elasticsearch cluster (opt-in). It permits to use botkube with clusters
that don't have certificates signed by a CA that is trusted by the
botkube image, it often happens with clusters that are for internal use
only.
See kubeshop#485
Co-Authored-By: Carmine Di Monaco <[email protected]>
* Allow skipping certs validation of Elastic
Allow user to skip certificate validation when connecting to the
Elasticsearch cluster (opt-in). It permits to use botkube with clusters
that don't have certificates signed by a CA that is trusted by the
botkube image, it often happens with clusters that are for internal use
only.
See #485
Co-Authored-By: Carmine Di Monaco <[email protected]>
* Update go.sum
* Add the default value of skipTLSVerify in deploy manifests
Co-authored-by: David Costa <[email protected]>
* Add skipTLSVerify elasticsearch option to helm chart
Co-authored-by: David Costa <[email protected]>
* Bool instead of boolean in helm chart docs for skipTLSVerify elastic
Co-authored-by: David Costa <[email protected]>
Co-authored-by: Carmine Di Monaco <[email protected]>
Co-authored-by: Carmine Di Monaco <[email protected]>
By default the ECK operator will deploy an ES cluster with TLS enabled with certificates that are not signed by a trusted CA.
ES clusters signed by custom CAs are pretty common when the service is not exposed to the Internet so it would be nice to support this usecase by adding an option to opt out of the certificate validation with something
SkipCertValidation
in the configuration filecc/ @CDimonaco who experienced the same issue
The text was updated successfully, but these errors were encountered: