How to use ACL authorisation mechanism of Zookeeper on dubbo
See original GitHub issue- For servers exposed on the public network, using registry centre of
zookeeper
without fitters, it exists the security issues thatzookeeper
can be registered by any sever. - Actually, third party agency also discovered the vulnerability via IP and port scanning. Using
iptable
can not be approved. - ACL authorisation mechanism of
zookeeper
(username: passwd) can deal with it, but I have no idea about how to use it ondubbo
. - I have searched on Google and tried it (read source code and tried to make it), I got nothing useful and did not complete it. How can I deal with this issue by username and password? Thx~
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[GitHub] carryxyh commented on issue #1179: How to use ACL ...
carryxyh commented on issue #1179: How to use ACL authorisation mechanism of Zookeeper on dubbo URL: ...
Read more >Access Control in Zookeeper Using ACLs - DataFlair
In order to control access to its ZNodes, ZooKeeper uses ACLs. However, the ZooKeeper ACL implementation is very much same as UNIX file...
Read more >ZooKeeper Administrator's Guide
New in 3.2: Enables a ZooKeeper ensemble administrator to access the znode hierarchy as a "super" user. In particular no ACL checking occurs...
Read more >apache zookeeper vulnerabilities and exploits - Vulmon
No authentication/authorization is enforced when a server attempts to join a quorum in Apache ZooKeeper before 3.4.10, and 3.5.0-alpha through 3.5.3-beta. As a ......
Read more >aes256 zookeeper - CSDN
ZOOKEEPER -1634 - A new feature proposal to ZooKeeper: authentication enforcement ... eager ACL checks of requests on local servers ZOOKEEPER-3423 - use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Currently, dubbo support
digest
ACL provided by zookeeper. And you must usecurator
, becausezkclient
don’t support zookeeper’s ACL.Close it now. no more feedback
&READY-TO-CLOSE&