mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
allow setting team managed permissions for service accounts (#52467)
This commit is contained in:
@@ -284,7 +284,7 @@ func ProvideServiceAccountPermissions(
|
||||
},
|
||||
Assignments: resourcepermissions.Assignments{
|
||||
Users: true,
|
||||
Teams: false,
|
||||
Teams: true,
|
||||
BuiltInRoles: false,
|
||||
ServiceAccounts: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user