Basic auth for Confluent Schema Registry
Starting version 0.11.0
a new configuration option emerges and will accompaniment registry_url
option.
config :avrora,
# ...
registry_url: "http://...",
registy_auth: {:basic, ["username", "password"]}
# ...