File: zookeeper_jaas.conf

package info (click to toggle)
python-confluent-kafka 2.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,232 kB
  • sloc: python: 36,571; ansic: 9,717; sh: 1,519; makefile: 198
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
Server {
       org.apache.zookeeper.server.auth.DigestLoginModule required
       user_super="adminsecret"
       user_kafka="kafkasecret";
};