From: Kai Moritz Date: Mon, 26 May 2025 19:42:21 +0000 (+0200) Subject: Phase 3: Fix wechselseitige Zugriffsrechte... X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=bf91872c11a01458d26fba3dd07e455edb81d4dd;p=demos%2Fkafka%2Ftraining Phase 3: Fix wechselseitige Zugriffsrechte... --- diff --git a/docker-compose.yml b/docker-compose.yml index eb7dcef..161e035 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,6 +32,7 @@ services: KAFKA_LISTENER_NAME_CONTROLLER_PLAIN_SASL_JAAS_CONFIG: >- org.apache.kafka.common.security.plain.PlainLoginModule required user_controller="controller-secret" + user_broker="broker-secret" username="controller" password="controller-secret"; KAFKA_SASL_MECHANISM_CONTROLLER_PROTOCOL: PLAIN @@ -68,6 +69,7 @@ services: KAFKA_LISTENER_NAME_CONTROLLER_PLAIN_SASL_JAAS_CONFIG: >- org.apache.kafka.common.security.plain.PlainLoginModule required user_controller="controller-secret" + user_broker="broker-secret" username="controller" password="controller-secret"; KAFKA_SASL_MECHANISM_CONTROLLER_PROTOCOL: PLAIN @@ -104,6 +106,7 @@ services: KAFKA_LISTENER_NAME_CONTROLLER_PLAIN_SASL_JAAS_CONFIG: >- org.apache.kafka.common.security.plain.PlainLoginModule required user_controller="controller-secret" + user_broker="broker-secret" username="controller" password="controller-secret"; KAFKA_SASL_MECHANISM_CONTROLLER_PROTOCOL: PLAIN