aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/sdnr/docker-compose/kafka/zk_client_jaas.conf
diff options
context:
space:
mode:
Diffstat (limited to 'csit/scripts/sdnr/docker-compose/kafka/zk_client_jaas.conf')
-rwxr-xr-xcsit/scripts/sdnr/docker-compose/kafka/zk_client_jaas.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/csit/scripts/sdnr/docker-compose/kafka/zk_client_jaas.conf b/csit/scripts/sdnr/docker-compose/kafka/zk_client_jaas.conf
new file mode 100755
index 00000000..d4ef1eb0
--- /dev/null
+++ b/csit/scripts/sdnr/docker-compose/kafka/zk_client_jaas.conf
@@ -0,0 +1,5 @@
+Client {
+ org.apache.zookeeper.server.auth.DigestLoginModule required
+ username="kafka"
+ password="kafka_secret";
+ }; \ No newline at end of file