mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
allow setting team managed permissions for service accounts (#52467)
This commit is contained in:
parent
ba9c18d9c3
commit
f9ef7cac11
@ -284,7 +284,7 @@ func ProvideServiceAccountPermissions(
|
|||||||
},
|
},
|
||||||
Assignments: resourcepermissions.Assignments{
|
Assignments: resourcepermissions.Assignments{
|
||||||
Users: true,
|
Users: true,
|
||||||
Teams: false,
|
Teams: true,
|
||||||
BuiltInRoles: false,
|
BuiltInRoles: false,
|
||||||
ServiceAccounts: false,
|
ServiceAccounts: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user