Authz: Pass correct property (#101674)

pull/101624/head
Karl Persson 3 months ago committed by GitHub
parent 0e25c6857d
commit 6389b801b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/registry/apis/folders/authorizer.go

@ -88,8 +88,8 @@ func newMultiTenantAuthorizer(ac types.AccessClient) authorizer.Authorizer {
Verb: a.GetVerb(),
Group: a.GetAPIGroup(),
Resource: a.GetResource(),
Name: a.GetName(),
Namespace: a.GetNamespace(),
Name: a.GetNamespace(),
Subresource: a.GetSubresource(),
})

Loading…
Cancel
Save