kafka-operator icon indicating copy to clipboard operation
kafka-operator copied to clipboard

Discovery ConfigMap does not expose AuthenticationClass for authenticated access to Kafka brokers

Open maltesander opened this issue 3 years ago • 0 comments

Currently, if an AuthenticationClass is set, the client access is encrypted and requires authentication. This is not exposed in the discovery ConfigMap to be picked up by other operators to configure their Kafka access.

The discovery ConfigMap currently expose one fields:

KAFKA contains the kafka bootstrap servers

Temporary example proposal to add a "secure" field:

KAFKA
AUTHENTICATION_CLASS

maltesander avatar Sep 09 '22 09:09 maltesander