[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-10-12 Thread Shaofeng SHI (JIRA)

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

Shaofeng SHI commented on KYLIN-2656:
-

The document is in Kylin's code repository, in the "document" branch. If you 
fork and check out it, you will see the document structure there. For how to 
write a document, you can refer to this page[1].

[1] https://kylin.apache.org/development/howto_docs.html

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: Future, v2.3.0
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACL.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-10-12 Thread peng.jianhua (JIRA)

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

peng.jianhua commented on KYLIN-2656:
-

Hi [~Shaofengshi], ok. I am writing the user guide.  Please refer to KYLIN-2934 
sub-task. 

Can you tell me how to build a document patch? Thanks!

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: Future, v2.3.0
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACL.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-10-12 Thread Shaofeng SHI (JIRA)

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

Shaofeng SHI commented on KYLIN-2656:
-

BTW, could you compose a tip on how to use this feature in Kylin? That would 
help users to understand the benefit.

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: Future
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACL.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-10-12 Thread Shaofeng SHI (JIRA)

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

Shaofeng SHI commented on KYLIN-2656:
-

Hi Jianhua, patch looks good, and UT passed; Merged in master with commit id 
8891b1c84ad1fe84199c9c796c0ce57408607435 

Thanks for making Kylin better!

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: Future
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACL.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-10-11 Thread peng.jianhua (JIRA)

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

peng.jianhua commented on KYLIN-2656:
-

Hi [~Shaofengshi], I had updated the patch. Please help to review again.

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: Future
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACL.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-08-10 Thread peng.jianhua (JIRA)

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

peng.jianhua commented on KYLIN-2656:
-

Hi [~Shaofengshi], Ok. I am writing unit test for the issue. Thanks a lots.

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: Future
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACLs.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2656) Support Zookeeper ACL

2017-07-30 Thread Shaofeng SHI (JIRA)

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

Shaofeng SHI commented on KYLIN-2656:
-

Hi Jianhua, this is a good enhancement on security part. thanks! Could you add 
a unit test for this?

> Support Zookeeper ACL
> -
>
> Key: KYLIN-2656
> URL: https://issues.apache.org/jira/browse/KYLIN-2656
> Project: Kylin
>  Issue Type: New Feature
>Reporter: peng.jianhua
>Assignee: peng.jianhua
> Fix For: v2.1.0
>
> Attachments: 0001-KYLIN-2656-Support-Zookeeper-ACLs.patch
>
>
> Kylin need to support Zookeeper ACL if we want to prevent unauthorized users 
> to access the znode or reduce risk of bad actions resulting from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)