Add explanation for "CN" (#16714)

* Add explanation for "CN" (#16456)

* Grammar nit
This commit is contained in:
Yushiro FURUKAWA
2019-10-10 05:21:50 +09:00
committed by Kubernetes Prow Robot
parent 99fccb9bbe
commit e177e4e782
5 changed files with 7 additions and 6 deletions
@@ -132,7 +132,7 @@ The Kubernetes apiserver connects to the extension apiserver over TLS, authentic
* private key file via `--proxy-client-key-file`
* signed client certificate file via `--proxy-client-cert-file`
* certificate of the CA that signed the client certificate file via `--requestheader-client-ca-file`
* valid Common Names (CN) in the signed client certificate via `--requestheader-allowed-names`
* valid Common Name values (CNs) in the signed client certificate via `--requestheader-allowed-names`
The Kubernetes apiserver will use the files indicated by `--proxy-client-*-file` to authenticate to the extension apiserver. In order for the request to be considered valid by a compliant extension apiserver, the following conditions must be met: