Merge pull request #30288 from drigz/patch-2
Remove "basic" from supported API auth methods
This commit is contained in:
@@ -53,7 +53,7 @@ or be treated as an anonymous user.
|
||||
|
||||
## 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
|
||||
made to the API server, plugins attempt to associate the following attributes
|
||||
with the request:
|
||||
|
||||
Reference in New Issue
Block a user