confluentinc / cp-docker-images

[DEPRECATED] Docker images for Confluent Platform.
Apache License 2.0
1.14k stars 704 forks source link

ZooKeeper properties template doesn't support authProviders #744

Open kinghuang opened 5 years ago

kinghuang commented 5 years ago

The ZooKeeper properties template (zookeeper.properties.template) lacks a loop to set authProvider properties, like the similar loops for servers, groups, and weights.

kinghuang commented 5 years ago

Also requireClientAuthScheme.

rondagostino commented 4 years ago

Note that requireClientAuthScheme does nothing as per https://issues.apache.org/jira/browse/ZOOKEEPER-2668.