fix: 🔧 Correct role attribute path casing in Grafana config
Correct the casing of the 'DevFW' group reference in the role attribute path to 'devfw' for consistency and to ensure proper access control in Grafana.
This commit is contained in:
parent
9dab4ea0c8
commit
b87567568d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,5 +57,5 @@ 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') && 'GrafanaAdmin' || 'Editor'"
|
||||
role_attribute_path: "contains(groups[*], 'devfw') && 'GrafanaAdmin' || 'Editor'"
|
||||
allow_assign_grafana_admin: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue