Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.7.0
Description
ZOOKEEPER-3156 introduced an option for canonicalizing the host name used by the Java client before starting SASL authentication, allowing Kerberos-authenticating servers to be referenced by CNAME.
The example given in that ticket's description explains how without that option, the client would compose a non-functional principal akin to zookeeper/zk1.mycluster.mycompany.com@... instead of the required zookeeper/real-node.mycompany.com@....
This is about introducing a similar option for server-to-server connections. It would allow enabling quorum SASL authentication for ensembles defined using {{CNAME}}s.
(Self-assigning as I have been working on this.)
Attachments
Issue Links
- links to