Skip to content

Commit

Permalink
Grafana OIDC enables editor access
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil360 committed Aug 20, 2024
1 parent 29eb236 commit 4288d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
allowed_groups: ${groups}
client_id: ${client_id}
client_secret: ${client_secret}
role_attribute_path: "is_admin && 'Admin' || 'Viewer'"
role_attribute_path: "is_admin && 'Admin' || 'Editor'"
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDatasource
Expand Down

0 comments on commit 4288d8d

Please sign in to comment.