mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Access control: add roles to fixed groups (#41673)
* add roles to fixed groups * add global to group name
This commit is contained in:
@@ -8,9 +8,10 @@ import (
|
||||
var (
|
||||
role = accesscontrol.RoleRegistration{
|
||||
Role: accesscontrol.RoleDTO{
|
||||
Version: 1,
|
||||
Version: 2,
|
||||
Name: "fixed:serviceaccounts:writer",
|
||||
Description: "",
|
||||
Group: "Service accounts",
|
||||
Permissions: []accesscontrol.Permission{
|
||||
{
|
||||
Action: serviceaccounts.ActionDelete,
|
||||
|
||||
Reference in New Issue
Block a user