Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
PQS server registers to zookeeper. Load balancer connects to zookeeper to get list of PQS server already registered to zookeeper. Currently the way things are wired up as follows
1. The LB and PQS uses digest to authenticate with ZK. The username and password is set in hbase-site.xml as
"phoenix.queryserver.zookeeper.acl.username" - default is "phoenix"
""phoenix.queryserver.zookeeper.acl.password" - ddefault is "phoenix"
The permission on the znode (pqs) is set to read permission .
While this is ok to start, but we need support connecting to a ZooKeeper Quorum that supports SASL authentication.
https://cwiki.apache.org/confluence/display/ZOOKEEPER/Zookeeper+and+SASL
Attachments
Issue Links
- relates to
-
PHOENIX-3654 Client-side PQS discovery for thin client
- Resolved