k3s/pkg/kubelet/server
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
..
portforward Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
remotecommand Use Go canonical import paths 2016-07-16 13:48:21 -04:00
stats Use Go canonical import paths 2016-07-16 13:48:21 -04:00
auth.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
server.go Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00
server_test.go Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00