X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fkafka%2Fzk_client_jaas.conf;fp=solution%2Fdev%2Fkafka%2Fzk_client_jaas.conf;h=d4ef1eb0e70f4eecf412e9c4f95ae0fc9744bbbe;hb=53d47d4c8f037cb93aee17953879c834c648700f;hp=0000000000000000000000000000000000000000;hpb=86b92e82e31a1c948dbc7c78517978aaee31a0b8;p=oam.git diff --git a/solution/dev/kafka/zk_client_jaas.conf b/solution/dev/kafka/zk_client_jaas.conf new file mode 100755 index 0000000..d4ef1eb --- /dev/null +++ b/solution/dev/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