Remove "basic" from supported API auth methods
This was removed in v1.19.
This commit is contained in:
parent
891953ec20
commit
f3921c9028
|
@ -53,7 +53,7 @@ or be treated as an anonymous user.
|
||||||
|
|
||||||
## Authentication strategies
|
## Authentication strategies
|
||||||
|
|
||||||
Kubernetes uses client certificates, bearer tokens, an authenticating proxy, or HTTP basic auth to
|
Kubernetes uses client certificates, bearer tokens, or an authenticating proxy to
|
||||||
authenticate API requests through authentication plugins. As HTTP requests are
|
authenticate API requests through authentication plugins. As HTTP requests are
|
||||||
made to the API server, plugins attempt to associate the following attributes
|
made to the API server, plugins attempt to associate the following attributes
|
||||||
with the request:
|
with the request:
|
||||||
|
|
Loading…
Reference in New Issue