grafana / tempo-operator

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

Service Account is incorrect in ClusterRoleBinding for metrics when using the OAuth Proxy #1016

Closed iblancasa closed 3 weeks ago

iblancasa commented 3 weeks ago

When using the Oauth proxy, the (#910) the service account is modified for the query pod.

This makes the ClusterRoleBinding tempo-cluster-monitoring-view-<instance name> use the wrong service account (because it always used the default one). So, when using the oauth proxy, the ClusterRoleBinding is wrong.