WIP
authorKai Moritz <kai@juplo.de>
Mon, 8 Apr 2024 15:14:38 +0000 (17:14 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 8 Apr 2024 15:14:38 +0000 (17:14 +0200)
docker/client.properties

index 2445124..8a04387 100644 (file)
@@ -1,17 +1,5 @@
-commit 8030177a9de83e274ced1902b825e478df9355a6
-Author: Kai Moritz <kai@juplo.de>
-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";