k3s/pkg/auth
k8s-merge-robot 8d46d9b0c7 Merge pull request #28281 from nhlfr/authorize-return-bool
Automatic merge from submit-queue

Return (bool, error) in Authorizer.Authorize()

Before this change, Authorize() method was just returning an error, regardless of whether the user is unauthorized or whether there is some other unrelated error. Returning boolean with information about user authorization and error (which should be unrelated to the authorization) separately will make it easier to debug.

Fixes #27974
2016-07-18 21:40:26 -07:00
..
authenticator Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
authorizer Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00
handlers Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
user Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00