TODO
authorKai Moritz <kai@juplo.de>
Sun, 25 May 2025 17:38:43 +0000 (19:38 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 25 May 2025 21:34:12 +0000 (23:34 +0200)
docker-compose.yml

index abe9155..58191d5 100644 (file)
@@ -28,7 +28,6 @@ services:
       KAFKA_SUPER_USERS: User:broker
       KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer
       KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "false"
-      KAFKA_LISTENER_NAME_BROKER_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -36,7 +35,6 @@ services:
         user_consumer="consumerpw" \
         username="broker" \
         password="brokerpw";
-      KAFKA_LISTENER_NAME_DOCKER_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_DOCKER_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -44,7 +42,6 @@ services:
         user_consumer="consumerpw" \
         username="broker" \
         password="brokerpw";
-      KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -53,7 +50,7 @@ services:
         username="broker" \
         password="brokerpw";
       KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN
-      KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512
+      KAFKA_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000
       KAFKA_LOG4J_LOGGERS: org.apache.kafka.metadata.migration=TRACE, kafka.authorizer.logger=INFO
     volumes:
@@ -85,7 +82,6 @@ services:
       KAFKA_SUPER_USERS: User:broker
       KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer
       KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "false"
-      KAFKA_LISTENER_NAME_BROKER_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -93,7 +89,6 @@ services:
         user_consumer="consumerpw" \
         username="broker" \
         password="brokerpw";
-      KAFKA_LISTENER_NAME_DOCKER_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_DOCKER_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -101,7 +96,6 @@ services:
         user_consumer="consumerpw" \
         username="broker" \
         password="brokerpw";
-      KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -110,7 +104,7 @@ services:
         username="broker" \
         password="brokerpw";
       KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN
-      KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512
+      KAFKA_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000
       KAFKA_LOG4J_LOGGERS: org.apache.kafka.metadata.migration=TRACE, kafka.authorizer.logger=INFO
     volumes:
@@ -147,7 +141,6 @@ services:
       KAFKA_SUPER_USERS: User:broker
       KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer
       KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "false"
-      KAFKA_LISTENER_NAME_BROKER_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -155,7 +148,6 @@ services:
         user_consumer="consumerpw" \
         username="broker" \
         password="brokerpw";
-      KAFKA_LISTENER_NAME_DOCKER_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_DOCKER_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -163,7 +155,6 @@ services:
         user_consumer="consumerpw" \
         username="broker" \
         password="brokerpw";
-      KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
         org.apache.kafka.common.security.plain.PlainLoginModule required \
         user_broker="brokerpw" \
@@ -172,7 +163,7 @@ services:
         username="broker" \
         password="brokerpw";
       KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN
-      KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512
+      KAFKA_SASL_ENABLED_MECHANISMS: PLAIN
       KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000
       KAFKA_LOG4J_LOGGERS: org.apache.kafka.metadata.migration=TRACE, kafka.authorizer.logger=INFO
     volumes: