Skip to content

Commit 71fde08

Browse files
committed
chore: add admin properties file for test docker cluster
1 parent c2f94ca commit 71fde08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/admin.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="test" password="test-secret";
2+
sasl.mechanism=PLAIN
3+
security.protocol=SASL_PLAINTEXT

0 commit comments

Comments
 (0)