kubernetes/plugin/pkg/auth
Michal Rostecki fa0dd46ab7 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 12:06:54 +02:00
..
authenticator Merge pull request #27848 from liubin/fix-typos 2016-07-06 23:36:49 -07:00
authorizer Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00