New SSL configuration options 🔐
In version 0.28 two new configuration options were added: registry_ssl_cacerts
and registry_ssl_cacert_path
both used for controlling SSL verification of the Schema Registry connection.
If both options are set, the registry_ssl_cacerts
takes precedence over registry_ssl_cacert_path
, also registry_ssl_cacerts
is a DER-encoded certificate, when registry_ssl_cacert_path
is a PEM-encoded certificate file.
As always feel free to share your feedback or issues and happy coding 🤗