Skip to content

Commit

Permalink
Fix yaml and docs for verifyClient in ingressMTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Oct 2, 2020
1 parent 9040697 commit b735d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs-web/configuration/policy-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ For example, the following policy will verify a client certificate using the CA
```yaml
ingressMTLS:
clientCertSecret: ingress-mtls-secret
verifyClient: on
verifyClient: "on"
verifyDepth: 1
```

Expand Down Expand Up @@ -314,7 +314,7 @@ We use the `requestHeaders` of the [Action.Proxy](/nginx-ingress-controller/conf
- ``string``
- Yes
* - ``verifyClient``
- Verification for the client. Possible values are ``on``, ``off``, ``optional``, ``optional_no_ca``. The default is ``on``.
- Verification for the client. Possible values are ``"on"``, ``"off"``, ``"optional"``, ``"optional_no_ca"``. The default is ``"on"``.
- ``string``
- No
* - ``verifyDepth``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
spec:
ingressMTLS:
clientCertSecret: ingress-mtls-secret
verifyClient: on
verifyClient: "on"
verifyDepth: 1

0 comments on commit b735d5d

Please sign in to comment.