redpanda-data / kminion

KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements.
MIT License
610 stars 122 forks source link

fix: unmarshal ca, privateKey, cert as string instead of byte slice #193

Closed TheMeier closed 1 year ago

TheMeier commented 1 year ago

fixes #191

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

weeco commented 1 year ago

Thank you :-)

TheMeier commented 1 year ago

@weeco can you make a new release?

weeco commented 1 year ago

@TheMeier Done: https://github.com/redpanda-data/kminion/releases/tag/v2.2.2

TheMeier commented 1 year ago

thanks so much @weeco