Update deployment option "integration"
[oam.git] / solution / integration / smo / common / kafka / zk_client_jaas.conf
diff --git a/solution/integration/smo/common/kafka/zk_client_jaas.conf b/solution/integration/smo/common/kafka/zk_client_jaas.conf
new file mode 100755 (executable)
index 0000000..d4ef1eb
--- /dev/null
@@ -0,0 +1,5 @@
+Client {
+   org.apache.zookeeper.server.auth.DigestLoginModule required
+   username="kafka"
+   password="kafka_secret";
+ };
\ No newline at end of file