From e37d2f34659cce5628c57d514f0b7e839b588945 Mon Sep 17 00:00:00 2001 From: deads2k Date: Fri, 14 Oct 2016 15:38:39 -0400 Subject: [PATCH] honor SAR verb --- pkg/registry/authorization/util/helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/registry/authorization/util/helpers.go b/pkg/registry/authorization/util/helpers.go index 710bb0bae34..a9f7ac1d72f 100644 --- a/pkg/registry/authorization/util/helpers.go +++ b/pkg/registry/authorization/util/helpers.go @@ -40,6 +40,7 @@ func NonResourceAttributesFrom(user user.Info, in authorizationapi.NonResourceAt User: user, ResourceRequest: false, Path: in.Path, + Verb: in.Verb, } }