allow setting team managed permissions for service accounts
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