k3s/pkg/kubeapiserver
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
..
admission update names for kube plugin initializer to avoid conflicts 2017-03-06 10:18:21 -05:00
authenticator Merge pull request #41775 from CaoShuFeng/username_password_401_403 2017-04-07 17:35:42 -07:00
authorizer Switch admission to use shared informers 2017-02-23 11:16:09 -05:00
options Disable RBAC post-start hook if not using the RBAC authorizer 2017-03-30 23:30:04 -04:00
server move legacy insecure options out of the main flow 2017-03-27 14:07:54 -04:00
BUILD move legacy insecure options out of the main flow 2017-03-27 14:07:54 -04:00
OWNERS add liggitt to kubeapiserver owners 2017-04-03 10:14:34 -04:00
default_storage_factory_builder.go k8s.io/apiserver: straighten EtcdOptions, backend Config and kube RESTOptionsFactory 2017-02-15 10:24:59 +01:00
default_storage_factory_builder_test.go k8s.io/apiserver: fixup imports and renamed packages 2017-02-15 10:24:58 +01:00
doc.go start kubeapiserver package for sharing between kubeapiserver and federation 2016-12-22 07:43:42 -05:00