Skip to content

Commit 36be0eb

Browse files
authored
Merge pull request #30288 from drigz/patch-2
Remove "basic" from supported API auth methods
2 parents cee6c71 + f3921c9 commit 36be0eb

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)