You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Rakesh Kumar Singh (JIRA)" <ji...@apache.org> on 2016/09/21 05:13:20 UTC

[jira] [Comment Edited] (ZOOKEEPER-2589) Not able to access znode if IP ACL is set on a znode when zookeeper started in ssl mode

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508781#comment-15508781 ] 

Rakesh Kumar Singh edited comment on ZOOKEEPER-2589 at 9/21/16 5:12 AM:
------------------------------------------------------------------------

Thanks for feedback. will verify against that patch and feedback


was (Author: rakeshsingh):
Thanks for feedback will verify against that patch and feedback

> Not able to access znode if  IP ACL is set on a znode when zookeeper started in ssl mode
> ----------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2589
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2589
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.5.1
>            Reporter: Rakesh Kumar Singh
>
> Not able to access znode if  IP ACL is set on a znode when zookeeper started in ssl mode.
> Steps to reproduce:-
> 1. Start zookeeper in SSL (standalone) mode
> 2. Create a znode
> 3. set ip ACL and connect the zkCli and try to access, it does not allow.
> [zk: localhost:2181(CONNECTED) 3] setAcl /test ip:127.0.0.1:crdwa
> [zk: localhost:2181(CONNECTED) 5] quit
> >> start the zkCli with 127.0.0.1 and trying access the znode
> [zk: 127.0.0.1:2181(CONNECTED) 0] get -s /test
> Authentication is not valid : /test
> [zk: 127.0.0.1:2181(CONNECTED) 1] getAcl /test
> 'ip,'127.0.0.1
> : cdrwa
> [zk: 127.0.0.1:2181(CONNECTED) 2] get /test
> Authentication is not valid : /test



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)