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:
parent
a9f7b0c95b
commit
9f0b64b7a4
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: "contains(groups[*], 'DevFW') && 'Admin'"
|
||||
role_attribute_path: "contains(groups[*], 'DevFW') && 'GrafanaAdmin'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue