Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Gautier Delorme <[email protected]>
  • Loading branch information
gautierdelorme committed Oct 20, 2022
1 parent 0f03cb1 commit e9efdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/unreleased/4796-gautierdelorme-minor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Optional Client Certificate Validation

By default, client certificates are required but some applications might support different authentication schemes.
By default, when client certificate validation is configured, client certificates are required.
You can now set the `httpproxy.spec.virtualhost.tls.clientValidation.optionalClientCertificate` field to `true`. A client certificate will be requested, but the connection is allowed to continue if the client does not provide one.
If a client certificate is sent, it will be verified according to the other properties, which includes disabling validations if `httpproxy.spec.virtualhost.tls.clientValidation.skipClientCertValidation` is set.

0 comments on commit e9efdcb

Please sign in to comment.