Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/282 One more thing here. Looks like we don't have an existing configuration option or system property called "superUser" (or zookeeper.superUser). So this `zookeeper.superUser` should be documented. The existing approach of how superuser is defined under various auth provider: * For digest, it's `zookeeper.DigestAuthenticationProvider.superDigest`. * For ssl, it's `zookeeper.X509AuthenticationProvider.superUser`. So maybe for SASL we name it `zookeeper.SASLAuthenticationProvider.superUser`, rather than `zookeeper.superUser` given it's only applicable to SASL?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---