Open allamiro opened 4 days ago
:tada: All Contributor License Agreements have been signed. Ready to merge.
:white_check_mark: allamiro
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
Thanks for the PR. We'll be moving to httpx, and we'll be exposing the verify parameter to the httpx client.
Thanks for the PR. We'll be moving to httpx, and we'll be exposing the verify parameter to the httpx client.
If my contribution simplifies your transition or adds some value, i would hope that you consider merging it as a temporary improvement to the current client program.
ssl.verify
in SchemaRegistryClient to simplify SSL verification handling and troubleshooting.ssl.verify
to accept only boolean values (True
orFalse
) to toggle SSL verification.Motivation:
ssl.verify
parameter to the SchemaRegistryClient configuration, enabling users to simplify SSL verification without directly manipulating the_RestClient
class.Impact