Allow auth
property of httpx to be passed to schema registry client
#1877
Labels
auth
property of httpx to be passed to schema registry client
#1877
Description
We have some custom logic to acquire oauth tokens that need to be sent as a header to the schema registry. Unfortunately, the schema registry client only allows for basic auth and ssl auth. We worked around it like this:
Allowing the
auth
property to be passed to the schema registry client would make it a lot more flexible for anything outside of basic auth and certificate auth.How to reproduce
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
):{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: