mirror of
https://github.com/rancher/steve.git
synced 2025-09-18 00:08:17 +00:00
Fix compile error
This commit is contained in:
@@ -90,7 +90,7 @@ func (p *policyRuleIndex) get(subjectName string) *AccessSet {
|
||||
}
|
||||
|
||||
for _, binding := range p.getClusterRoleBindings(subjectName) {
|
||||
p.addAccess(result, all, binding.RoleRef)
|
||||
p.addAccess(result, All, binding.RoleRef)
|
||||
}
|
||||
|
||||
return result
|
||||
|
Reference in New Issue
Block a user