Skip to content

Basic auth for Confluent Schema Registry

Compare
Choose a tag to compare
@Strech Strech released this 03 Jun 09:20
· 80 commits to master since this release
5ca985c

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"]}
  # ...