From cd4a3be59ccfd97dbd1256a0d7118089e5eb63a5 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 9 Apr 2024 18:43:26 +0200 Subject: [PATCH] WIP --- docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 4079c6d..7cc92e0 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -67,7 +67,6 @@ services: 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_ui="ui-secret" \ user_u0="u0-secret" \ user_u1="u1-secret" \ user_u2="u2-secret" \ @@ -80,6 +79,7 @@ services: user_u9="u9-secret" \ user_schemaregistry="schemaregistry-secret" \ user_connect="connect-secret" \ + user_ui="ui-secret" \ user_client="client-secret"; KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: | @@ -114,7 +114,6 @@ services: 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_ui="ui-secret" \ user_u0="u0-secret" \ user_u1="u1-secret" \ user_u2="u2-secret" \ @@ -127,6 +126,7 @@ services: user_u9="u9-secret" \ user_schemaregistry="schemaregistry-secret" \ user_connect="connect-secret" \ + user_ui="ui-secret" \ user_client="client-secret"; KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: | -- 2.20.1