Files
kubernetes/pkg/auth
Kubernetes Submit Queue 06de081d96 Merge pull request #39408 from liggitt/invalid-token-401
Automatic merge from submit-queue

Ensure invalid token returns 401 error, not 403

fixes #39267

If a user attempts to use a bearer token, and the token is rejected, the authenticator should return an error. This distinguishes requests that did not provide a bearer token (and are unauthenticated without error) from ones that attempted to, and failed.
2017-01-04 15:18:18 -08:00
..
2017-01-04 10:27:05 -05:00
2017-01-04 10:27:05 -05:00
2017-01-04 10:27:05 -05:00
2017-01-04 10:27:04 -05:00
2016-03-02 20:46:32 -05:00