Strech / avrora

A convenient Elixir library to work with Avro messages, schemas and Confluent® Schema Registry
https://hexdocs.pm/avrora
MIT License
98 stars 33 forks source link

Add user-agent header when calling registry #100

Closed azeemchauhan closed 1 year ago

azeemchauhan commented 1 year ago

Background AWS WAF's core managed rule group contains a rule that rejects requests missing a user-agent header. If the schema registry on AWS behind a WAF with this rule group, which blocks all requests. To avoid this, we should set a user agent in the HTTP header.

Issue - https://github.com/Strech/avrora/issues/101

Reference:

Strech commented 1 year ago

Hey @azeemchauhan

Thanks for opening PR I appreciate it. I will take a look and possible push some adjustments alongside yours in this PR.

Strech commented 1 year ago

@azeemchauhan Thanks for your support. A new version 0.25.0 was just released with your changes.