You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Srikanth Sundarrajan (JIRA)" <ji...@apache.org> on 2014/07/30 18:16:38 UTC

[jira] [Commented] (FALCON-279) Add ACL for Cluster Entity

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

Srikanth Sundarrajan commented on FALCON-279:
---------------------------------------------

Cluster administration shouldn't be possible from user space. ACL for a cluster seems a overkill.

{code}
+            <xs:element type="ACL" name="ACL" minOccurs="0" maxOccurs="1"/>
{code}

If we do persist with the notion of ACL, then does it make sense to map ACL into a common object and have Entity class contain getter/setter and validate methods for ACL as opposed to it being proliferated for each entity in the respective parsers. Even in the event of not including ACL in cluster, Entity holding the ACL and the validation methods might be helpful.

> Add ACL for Cluster Entity
> --------------------------
>
>                 Key: FALCON-279
>                 URL: https://issues.apache.org/jira/browse/FALCON-279
>             Project: Falcon
>          Issue Type: Sub-task
>    Affects Versions: 0.6
>            Reporter: Venkatesh Seetharam
>            Assignee: Venkatesh Seetharam
>              Labels: authorization, security
>             Fix For: 0.6
>
>         Attachments: FALCON-279.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)