[
https://issues.apache.org/jira/browse/AURORA-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200086#comment-15200086
]
Kunal Thakar commented on AURORA-1643:
--------------------------------------
For our usecase, we want to set all but Admin perms on the nodes (Create, Read,
Delete, Write). The file format should support perms as well in my opinion. How
about the following format?
{
'username': <user>,
'password': <pass>,
'permissions': {
'read': <bool>,
'write': <bool>,
'create': <bool>,
'delete': <bool>,
'admin': <bool>
}
}
> Support authentication between announcer and ZK
> -----------------------------------------------
>
> Key: AURORA-1643
> URL: https://issues.apache.org/jira/browse/AURORA-1643
> Project: Aurora
> Issue Type: Story
> Reporter: Kunal Thakar
>
> We want to restrict access to the ZK service discovery cluster through ACLs.
> Currently, the announcer does not support creating ZK nodes with ACLs. The
> Kazoo client supports ACLs, so it should be straightforward to plumb in
> support for ACLs in the announcer (how do we pass ACL credentials to the
> announcer is another question).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)