From f3921c90282b92733edc93fdc79a9573b58a253e Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Thu, 28 Oct 2021 11:57:07 +0200 Subject: [PATCH] Remove "basic" from supported API auth methods This was removed in v1.19. --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 3ca5d42d8b..89c1a2083c 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -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: