mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RBAC: Remove unused scope from alert.instances:read fixed role (#73268)
Fix alert.instances:read scope for fixed role
This commit is contained in:
parent
938e26b59f
commit
d7166f5f96
@ -65,7 +65,6 @@ var (
|
|||||||
Permissions: []accesscontrol.Permission{
|
Permissions: []accesscontrol.Permission{
|
||||||
{
|
{
|
||||||
Action: accesscontrol.ActionAlertingInstanceRead,
|
Action: accesscontrol.ActionAlertingInstanceRead,
|
||||||
Scope: dashboards.ScopeFoldersAll,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Action: accesscontrol.ActionAlertingInstancesExternalRead,
|
Action: accesscontrol.ActionAlertingInstancesExternalRead,
|
||||||
|
Loading…
Reference in New Issue
Block a user