WIP
authorKai Moritz <kai@juplo.de>
Mon, 8 Apr 2024 16:31:12 +0000 (18:31 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 8 Apr 2024 16:31:12 +0000 (18:31 +0200)
docker/u0.properties [new file with mode: 0644]
docker/u1.properties [new file with mode: 0644]
docker/u2.properties [new file with mode: 0644]
docker/u3.properties [new file with mode: 0644]
docker/u4.properties [new file with mode: 0644]
docker/u5.properties [new file with mode: 0644]
docker/u6.properties [new file with mode: 0644]
docker/u7.properties [new file with mode: 0644]
docker/u8.properties [new file with mode: 0644]
docker/u9.properties [new file with mode: 0644]

diff --git a/docker/u0.properties b/docker/u0.properties
new file mode 100644 (file)
index 0000000..bacfff2
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u0" \
+  password="u0-secret";
diff --git a/docker/u1.properties b/docker/u1.properties
new file mode 100644 (file)
index 0000000..9a2bd30
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u1" \
+  password="u1-secret";
diff --git a/docker/u2.properties b/docker/u2.properties
new file mode 100644 (file)
index 0000000..18aad48
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u2" \
+  password="u2-secret";
diff --git a/docker/u3.properties b/docker/u3.properties
new file mode 100644 (file)
index 0000000..9b16ab9
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u3" \
+  password="u3-secret";
diff --git a/docker/u4.properties b/docker/u4.properties
new file mode 100644 (file)
index 0000000..2c052ad
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u4" \
+  password="u4-secret";
diff --git a/docker/u5.properties b/docker/u5.properties
new file mode 100644 (file)
index 0000000..6d64a28
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u5" \
+  password="u5-secret";
diff --git a/docker/u6.properties b/docker/u6.properties
new file mode 100644 (file)
index 0000000..8c64138
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u6" \
+  password="u6-secret";
diff --git a/docker/u7.properties b/docker/u7.properties
new file mode 100644 (file)
index 0000000..35cebd7
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u7" \
+  password="u7-secret";
diff --git a/docker/u8.properties b/docker/u8.properties
new file mode 100644 (file)
index 0000000..4f7d85e
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u8" \
+  password="u8-secret";
diff --git a/docker/u9.properties b/docker/u9.properties
new file mode 100644 (file)
index 0000000..1c089a1
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="u9" \
+  password="u9-secret";