Using Go install for misspell (#8191)
* chore: using go install misspell Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> * chore: fix typo Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
922e27fea7
commit
53ac0ddd42
4 changed files with 5 additions and 5 deletions
|
|
@ -63,7 +63,7 @@ FIELDS:
|
|||
|
||||
```
|
||||
|
||||
## What has caused this change in behaviour ?
|
||||
## What has caused this change in behavior?
|
||||
|
||||
There are 2 reasons primarily.
|
||||
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ Client Certificate Authentication is applied per host and it is not possible to
|
|||
|
||||
To enable, add the annotation `nginx.ingress.kubernetes.io/auth-tls-secret: namespace/secretName`. This secret must have a file named `ca.crt` containing the full Certificate Authority chain `ca.crt` that is enabled to authenticate against this Ingress.
|
||||
|
||||
You can further customize client certificate authentication and behaviour with these annotations:
|
||||
You can further customize client certificate authentication and behavior with these annotations:
|
||||
|
||||
* `nginx.ingress.kubernetes.io/auth-tls-verify-depth`: The validation depth between the provided client certificate and the Certification Authority chain. (default: 1)
|
||||
* `nginx.ingress.kubernetes.io/auth-tls-verify-client`: Enables verification of client certificates. Possible values are:
|
||||
|
|
@ -944,4 +944,4 @@ metadata:
|
|||
listen 8000;
|
||||
proxy_pass 127.0.0.1:80;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue