v6.2.0
Features
- mTLS stable release candidate (a999452)
Notes
Mutual TLS related draft features and configuration was refactored to enable mTLS with various other deployment setups.
- the SAN based
tls_client_auth_*
client properties are now supported - features.certificateBoundAccessTokens is now enabled via
features.mTLS
self_signed_tls_client_auth
is now enabled viafeatures.mTLS
but still whitelisted via*EndpointAuthMethods
tls_client_auth
is now enabled viafeatures.mTLS
but still whitelisted via*EndpointAuthMethods
- three helper methods now must be configured in the
features.mTLS
namespace -getCertificate
to get the PEM certificate value,certificateAuthorized
to determine if the client certificate is verified and comes from a trusted CA andcertificateSubjectMatches
for matching a registered client value with whats in the certificate.