fix(grafana): 🔧 Update role attribute path for OAuth

Update the role attribute path to specify that users in the 'DevFW' group will be assigned the 'Admin' role in the Grafana configuration.

This change enhances user role management for improved access control.
This commit is contained in:
Daniel Sy 2025-08-13 15:17:33 +02:00
parent 61dddfa961
commit a9f7b0c95b
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: ""
role_attribute_path: "contains(groups[*], 'DevFW') && 'Admin'"