kubernetes/pkg/kubeapiserver/authenticator
Kubernetes Submit Queue 7d4fe5f3cd Merge pull request #41775 from CaoShuFeng/username_password_401_403
Automatic merge from submit-queue

Ensure invalid username/password returns 401 error, not 403

If a user attempts to use basic auth, and the username/password combination
is rejected, the authenticator should return an error. This distinguishes
requests that did not provide username/passwrod (and are unauthenticated
without error) from ones that attempted to, and failed.

Related to:
https://github.com/kubernetes/kubernetes/pull/39408
2017-04-07 17:35:42 -07:00
..
BUILD make the system:authenticated group adder smarter 2017-03-03 12:32:52 -05:00
config.go Merge pull request #41775 from CaoShuFeng/username_password_401_403 2017-04-07 17:35:42 -07:00