You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Jie Huang (JIRA)" <ji...@apache.org> on 2019/01/09 17:45:00 UTC

[jira] [Created] (ZOOKEEPER-3239) Adding EnsembleAuthProvider to verify the ensemble name

Jie Huang created ZOOKEEPER-3239:
------------------------------------

             Summary: Adding EnsembleAuthProvider to verify the ensemble name
                 Key: ZOOKEEPER-3239
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3239
             Project: ZooKeeper
          Issue Type: Improvement
            Reporter: Jie Huang
             Fix For: 3.6.0


This AuthenticationProvider checks to make sure that the ensemble name the client intends to connect to matches the name that the server thinks it belongs to. If the name does not match,
this provider will close the connection

This AuthenticationProvider does not "authenticate" the client. It prevents the client accidentally connecting to a wrong ensemble.

This feature has been implemented in the Facebook internal branch and I'm going to upstream it to the trunk.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)