Commit d671fcf0 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #34852 from deads2k/fix-webhook

Automatic merge from submit-queue honor SAR verb Verbs on non-resource requests were dropped. This results in always being denied for all the authorizers I know of, so no unintended exposure, but its still ugly. We should probably pick. @liggitt I would have expected the kubelet work to get stuck on this.
parents 3e9e507a e37d2f34
......@@ -40,6 +40,7 @@ func NonResourceAttributesFrom(user user.Info, in authorizationapi.NonResourceAt
User: user,
ResourceRequest: false,
Path: in.Path,
Verb: in.Verb,
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment