apiserver/pkg/authentication/authenticator
Monis Khan 7fa523535d Remove support for basic authentication
This change removes support for basic authn in v1.19 via the
--basic-auth-file flag.  This functionality was deprecated in v1.16
in response to ATR-K8S-002: Non-constant time password comparison.

Similar functionality is available via the --token-auth-file flag
for development purposes.

Signed-off-by: Monis Khan <mok@vmware.com>

Kubernetes-commit: df292749c9d063b06861d0f4f1741c37b815a2fa
2020-03-11 14:31:31 -04:00
..
audagnostic.go create audience unaware authenticator wrappers 2018-10-16 20:57:37 -07:00
audagnostic_test.go create audience unaware authenticator wrappers 2018-10-16 20:57:37 -07:00
audiences.go move audience context functions to authenticator package 2018-10-31 14:50:11 -07:00
audiences_test.go move audience context functions to authenticator package 2018-10-31 14:50:11 -07:00
interfaces.go Remove support for basic authentication 2020-03-11 14:31:31 -04:00