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:
parent
61dddfa961
commit
a9f7b0c95b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue