Skip to content

Commit 60a265e

Browse files
author
Lorenzo Paris
authored
Update authentication.md with link to anon reqs (#19706)
Suggest adding a link in case the reader is not familiar with what "anonymous requests" means. This paragraph also includes a reference to "anonymous user," so I think the link is warranted. Thanks.
1 parent 4ca2b2c commit 60a265e

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
@@ -33,7 +33,7 @@ stored as `Secrets`, which are mounted into pods allowing in-cluster processes
3333
to talk to the Kubernetes API.
3434

3535
API requests are tied to either a normal user or a service account, or are treated
36-
as anonymous requests. This means every process inside or outside the cluster, from
36+
as [anonymous requests](#anonymous-requests). This means every process inside or outside the cluster, from
3737
a human user typing `kubectl` on a workstation, to `kubelets` on nodes, to members
3838
of the control plane, must authenticate when making requests to the API server,
3939
or be treated as an anonymous user.

0 commit comments

Comments
 (0)