Closed diranged closed 2 weeks ago
Thanks for reporting this. The TLS settings introduced in #1628 should have only affected external instances, but it had the unintended side effect of requiring complete certificate chains on all instances.
As a workaround, you can try mounting your ca.crt
in the operator manager container under /etc/ssl/certs/ca-certificates.crt
until we have a fix ready.
Thanks - for now we just rolled the operator upgrade back...
is that issue fixed in v5.14.0 ?
Thanks
is that issue fixed in v5.14.0 ?
Thanks
No - the fix in https://github.com/grafana/grafana-operator/pull/1690 is still unmerged.
Describe the bug It seems in our environment (where we pass in TLS certs to our Grafana service so that it's encrypted end to end) that the Grafana Operator stopped being able to connect with our Grafana instances after https://github.com/grafana/grafana-operator/pull/1628 was shipped in 5.13.0. We get the following reconciliation errors:
Logs:
Version v5.13.0
To Reproduce
Create a Grafana with a TLS config...