From 7b23fa4e08afd63b2a0e7c2b20cc1e7004897a21 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 8 Apr 2024 18:31:12 +0200 Subject: [PATCH] WIP --- docker/u0.properties | 5 +++++ docker/u1.properties | 5 +++++ docker/u2.properties | 5 +++++ docker/u3.properties | 5 +++++ docker/u4.properties | 5 +++++ docker/u5.properties | 5 +++++ docker/u6.properties | 5 +++++ docker/u7.properties | 5 +++++ docker/u8.properties | 5 +++++ docker/u9.properties | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 docker/u0.properties create mode 100644 docker/u1.properties create mode 100644 docker/u2.properties create mode 100644 docker/u3.properties create mode 100644 docker/u4.properties create mode 100644 docker/u5.properties create mode 100644 docker/u6.properties create mode 100644 docker/u7.properties create mode 100644 docker/u8.properties create mode 100644 docker/u9.properties diff --git a/docker/u0.properties b/docker/u0.properties new file mode 100644 index 0000000..bacfff2 --- /dev/null +++ b/docker/u0.properties @@ -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 index 0000000..9a2bd30 --- /dev/null +++ b/docker/u1.properties @@ -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 index 0000000..18aad48 --- /dev/null +++ b/docker/u2.properties @@ -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 index 0000000..9b16ab9 --- /dev/null +++ b/docker/u3.properties @@ -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 index 0000000..2c052ad --- /dev/null +++ b/docker/u4.properties @@ -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 index 0000000..6d64a28 --- /dev/null +++ b/docker/u5.properties @@ -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 index 0000000..8c64138 --- /dev/null +++ b/docker/u6.properties @@ -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 index 0000000..35cebd7 --- /dev/null +++ b/docker/u7.properties @@ -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 index 0000000..4f7d85e --- /dev/null +++ b/docker/u8.properties @@ -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 index 0000000..1c089a1 --- /dev/null +++ b/docker/u9.properties @@ -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"; -- 2.20.1