canonical / grafana-k8s-operator

This charmed operator automates the operational procedures of running Grafana, an open-source visualization toolkit, on Kubernetes.
https://charmhub.io/grafana-k8s
Apache License 2.0
6 stars 23 forks source link

charm tracing fails over tls #331

Closed michaeldmitry closed 2 months ago

michaeldmitry commented 2 months ago

Issue

Fixes #330

Solution

ca cert is pushed into charm container, so pass ca cert path to trace_charm decorator to use that for tls communication with tempo

Context

1- Depends on https://github.com/canonical/tempo-k8s-operator/pull/98 2- Assumes grafana and tempo have tls enabled 3- Assumes CA of grafana is the same for the one used by tempo's cert