lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Allow to configure schema registry with basic auth #160

Closed afiore closed 3 years ago

afiore commented 3 years ago

Introduce the REGISTRY_BASIC_AUTH env variable allowing to configure SR with basic auth. At this stage, we do not parameterise the username/password but simply hardcode it to a standard admin:admin.

discussion point: should we also percolate this value to the Kafka configuration (or any other relevant components), so that it will play well with the everything else?