Problem
Confluent Kafka Schema Registry supports authentication via OAuth. To support this a number of additional headers are required on the http client requests.
Solution
Ability to configure the Schema Registry Extension Provider with an arbitrary list of http headers to be passed on the client.
Alternatives
Full OAuth client authentication http client. This would be more effort, where as, is quite simple to set an Authorisation header with an OAuth bearer token, and any other headers that could be needed.
Problem
Confluent Kafka Schema Registry supports authentication via OAuth. To support this a number of additional headers are required on the http client requests.
Solution
Ability to configure the Schema Registry Extension Provider with an arbitrary list of http headers to be passed on the client.
Alternatives
Full OAuth client authentication http client. This would be more effort, where as, is quite simple to set an Authorisation header with an OAuth bearer token, and any other headers that could be needed.