From bb8692f4f9b59fffcca5821a8e768257650edcd6 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 8 Apr 2024 17:14:38 +0200 Subject: [PATCH] WIP --- docker/client.properties | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/docker/client.properties b/docker/client.properties index 2445124..8a04387 100644 --- a/docker/client.properties +++ b/docker/client.properties @@ -1,17 +1,5 @@ -commit 8030177a9de83e274ced1902b825e478df9355a6 -Author: Kai Moritz -Date: Wed Oct 11 18:40:55 2023 +0200 - - DOCKER und LOCALHOST erfordern Authentifizierung - -diff --git a/docker/client.properties b/docker/client.properties -new file mode 100644 -index 0000000..8a04387 ---- /dev/null -+++ b/docker/client.properties -@@ -0,0 +1,5 @@ -+sasl.mechanism=PLAIN -+security.protocol=SASL_PLAINTEXT -+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \ -+ username="client" \ -+ password="client-secret"; +sasl.mechanism=PLAIN +security.protocol=SASL_PLAINTEXT +sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \ + username="client" \ + password="client-secret"; -- 2.20.1