Closed magodo closed 8 months ago
This PR adds mTLS support. It also introduce a breaking change to re-structure the provider configuration:
provider
client
cookie_enabled
tls_insecure_skip_verify
client.certificates
certificate
certificate_file
key
key_file
client.root_ca_certificates
client.root_ca_certificate_files
This PR adds mTLS support. It also introduce a breaking change to re-structure the
provider
configuration:client
single nested attributecookie_enabled
andtls_insecure_skip_verify
from top-level underclient
client.certificates
, which contains:certificate
certificate_file
key
key_file
client.root_ca_certificates
andclient.root_ca_certificate_files
Issues Fixed