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.
This commit is contained in:
Lorenzo Paris
2020-03-19 11:16:36 -07:00
committed by GitHub
parent 4ca2b2c324
commit 60a265e6bd
@@ -33,7 +33,7 @@ stored as `Secrets`, which are mounted into pods allowing in-cluster processes
to talk to the Kubernetes API. to talk to the Kubernetes API.
API requests are tied to either a normal user or a service account, or are treated API requests are tied to either a normal user or a service account, or are treated
as anonymous requests. This means every process inside or outside the cluster, from as [anonymous requests](#anonymous-requests). This means every process inside or outside the cluster, from
a human user typing `kubectl` on a workstation, to `kubelets` on nodes, to members a human user typing `kubectl` on a workstation, to `kubelets` on nodes, to members
of the control plane, must authenticate when making requests to the API server, of the control plane, must authenticate when making requests to the API server,
or be treated as an anonymous user. or be treated as an anonymous user.