Update authentication.md

Small grammatical corrections
This commit is contained in:
Matthew Grotheer
2020-10-16 09:20:23 -07:00
committed by GitHub
parent 4d7cc18c3c
commit 519f8ec5bc
@@ -29,7 +29,7 @@ It is assumed that a cluster-independent service manages normal users in the fol
In this regard, _Kubernetes does not have objects which represent normal user In this regard, _Kubernetes does not have objects which represent normal user
accounts._ Normal users cannot be added to a cluster through an API call. accounts._ Normal users cannot be added to a cluster through an API call.
Even though normal user cannot be added via an API call, but any user that Even though a normal user cannot be added via an API call, any user that
presents a valid certificate signed by the cluster's certificate authority presents a valid certificate signed by the cluster's certificate authority
(CA) is considered authenticated. In this configuration, Kubernetes determines (CA) is considered authenticated. In this configuration, Kubernetes determines
the username from the common name field in the 'subject' of the cert (e.g., the username from the common name field in the 'subject' of the cert (e.g.,