Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.5.0
-
None
-
None
-
None
Description
IP based ACL is not working with NettyServerCnxnFactory.
Scenario:
1) Configure serverCnxnFactory= org.apache.zookeeper.server.NettyServerCnxnFactory and start ZooKeeper server
2) Create a znode "/n" with ACL(ZooDefs.Perms.ALL, new Id("ip", "127.0.0.1/8")
3) Create child node /n/n1. Child node creation fails.
But the same above scenario works with NIOServerCnxnFactory
Attachments
Attachments
Issue Links
- is duplicated by
-
ZOOKEEPER-3331 Automatically add IP authorization for Netty connections
- Resolved