birdayz / kaf

Modern CLI for Apache Kafka, written in Go.
Apache License 2.0
2.24k stars 143 forks source link

feat: Support HTTP basic authentication for schema registry connections #262

Closed christian-olsen closed 1 year ago

christian-olsen commented 1 year ago

Adds a new optional config section schema-registry-credentials (including example). When set, a HTTP basic authentication header will be injected in calls to the schema registry.

Also enables the schema registry support when using a consumer group.

I don't usually write Go, so apologies if I broke any conventions. Thanks for the excellent tool!

birdayz commented 1 year ago

Well done, thank you!

jakob-nielsen-dfds commented 1 year ago

Hi @birdayz, I can see this PR has been merged to master. Do you have plans to make a release including this change?

Thanks for the nice work both of you, BTW 😊

birdayz commented 1 year ago

thanks for the reminder. release 0.2.4 is now available.

jakob-nielsen-dfds commented 1 year ago

thanks for the reminder. release 0.2.4 is now available.

That was quick - thank you 🙏