mirror of https://github.com/k3s-io/k3s
![]() 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 |
||
---|---|---|
.. | ||
portforward | ||
remotecommand | ||
stats | ||
auth.go | ||
doc.go | ||
server.go | ||
server_test.go |