mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ServiceAccount: fix writer role version (#46540)
This commit is contained in:
parent
9546523f41
commit
74b441536d
@ -8,7 +8,7 @@ import (
|
||||
func RegisterRoles(ac accesscontrol.AccessControl) error {
|
||||
role := accesscontrol.RoleRegistration{
|
||||
Role: accesscontrol.RoleDTO{
|
||||
Version: 3,
|
||||
Version: 4,
|
||||
Name: "fixed:serviceaccounts:writer",
|
||||
DisplayName: "Service accounts writer",
|
||||
Description: "Create, delete, read, or query service accounts.",
|
||||
|
Loading…
Reference in New Issue
Block a user