fix(grafana): 🔧 Update role attribute for Grafana access

Updates the role attribute path in the Grafana manifest to specify 'GrafanaAdmin' instead of 'Admin' for user group permissions. This change improves access control by aligning roles with Grafana's intended user management.
This commit is contained in:
Daniel Sy 2025-08-13 15:20:52 +02:00
parent a9f7b0c95b
commit 9f0b64b7a4
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -57,4 +57,4 @@ spec:
token_url: https://dex.observability.t09.de/token
api_url: https://dex.observability.t09.de/userinfo
redirect_uri: https://grafana.observability.t09.de/login/generic_oauth
role_attribute_path: "contains(groups[*], 'DevFW') && 'Admin'"
role_attribute_path: "contains(groups[*], 'DevFW') && 'GrafanaAdmin'"