Skip to content

Commit f3921c9

Browse files
authored
Remove "basic" from supported API auth methods
This was removed in v1.19.
1 parent 891953e commit f3921c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ or be treated as an anonymous user.
5353

5454
## Authentication strategies
5555

56-
Kubernetes uses client certificates, bearer tokens, an authenticating proxy, or HTTP basic auth to
56+
Kubernetes uses client certificates, bearer tokens, or an authenticating proxy to
5757
authenticate API requests through authentication plugins. As HTTP requests are
5858
made to the API server, plugins attempt to associate the following attributes
5959
with the request:

0 commit comments

Comments
 (0)