Skip to content

MTLS + SASL Support

Latest
Compare
Choose a tag to compare
@116davinder 116davinder released this 17 Sep 20:11
· 6 commits to master since this release
5813a6a

Features

  • quorum sasl with digest md5
  • quorum sasl with digest md5 migration playbook
  • quorum mtls support
  • quorum mtls support migration playbook
  • Vagrant: Update SAN to Include IP Address of Machine + Update Truststore to Include that with IP Address as alias
  • Allow Users to override the IP Addresses in zoo.cfg with fqdn
  • docs for migration to SASL and MTLS under docs folder
  • testing with new version of ansible

Ref:

  1. https://docs.confluent.io/platform/current/security/zk-security.html#mtls-authentication
  2. https://learn-mtls-the-hard-way.flyinprogrammer.com/docs/handson_zookeeper/
  3. strimzi/strimzi-kafka-operator#3149