RBAC: Remove unused scope from alert.instances:read fixed role (#73268)

Fix alert.instances:read scope for fixed role
This commit is contained in:
Misi 2023-08-16 09:55:49 +02:00 committed by GitHub
parent 938e26b59f
commit d7166f5f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ var (
Permissions: []accesscontrol.Permission{
{
Action: accesscontrol.ActionAlertingInstanceRead,
Scope: dashboards.ScopeFoldersAll,
},
{
Action: accesscontrol.ActionAlertingInstancesExternalRead,