grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
61 stars 30 forks source link

Add tls_insecure_skip_verify to Tempostack CRD when using tempo operator #1043

Open mikhatanu opened 1 month ago

mikhatanu commented 1 month ago

Grafana Tempo has a config tls_insecure_skip_verify in storage config, but tempostack crd has no option to include it (changing configmap does not work because it is managed by operator). The option is good for self-hosted object storage like minio that use self-signed certificate.

andreasgerstmayr commented 1 month ago

Grafana Tempo has a config tls_insecure_skip_verify in storage config, but tempostack crd has no option to include it (changing configmap does not work because it is managed by operator).

There are two workarounds possible at the moment: