1
0
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:
Darren Shepherd
2020-02-10 21:02:42 -07:00
parent 3a8e216ec8
commit 51274d07e7

View File

@@ -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