Skip to content

Save hop credential so Kafka producer health checks don't need to regenerate it

Cody Messick requested to merge cody.messick/gwcelery:fix_auth into main

The health check our kafka producer uses needs to know what credential to use when it tries to check what topics are available. Right now it doesn't have that information, so the kafka worker crashes after sending an alert.

Merge request reports