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
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.
The text was updated successfully, but these errors were encountered:
iblancasa
added a commit
to iblancasa/tempo-operator
that referenced
this issue
Aug 26, 2024
)
* Fix monitoring-view clusterrolebinding when using the oauth proxy #1016
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
* Add changelog
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
---------
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
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.The text was updated successfully, but these errors were encountered: