Release 3.6.3-5 with Updated ZNode Group ACL feature
mgao0
released this
15 Mar 18:32
·
35 commits
to li-dev/base-3.6.3-znode-group-security
since this release
Create X509AuthenticationConfig (#64) This commit creates a X509AuthenticationConfig class as a central place for all the (except zookeeper.X509AuthenticationProvider.superUser to minimize changes on upstream zookeeper code) x509 authentication related config properties, including (1)keys (2)setters (3)getters for those properties. X509AuthenticationConfig enables reading configs from 1) the zoo.cfg file (by way of QuorumPeerConfig) and 2) JVM argument (System Properties) for backward-compatibility.