kafka-operator
kafka-operator copied to clipboard
Discovery ConfigMap does not expose AuthenticationClass for authenticated access to Kafka brokers
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