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

Hubert Zhang edited comment on HAWQ-256 at 8/8/16 9:07 AM:
-----------------------------------------------------------

Agree. We can use JSON array to represent it.
{code}
{
    “requestor” : “u1”,
    [
      {
            “resource” : {“TABLE”: “t1”, “DATABASE”: “db1”},
            “privilege” : [“select”, "insert"]
      },
      {
            “resource” : {“TABLE”: “t2”, “DATABASE”: “db1”},
            “privilege” : [“select”]
      }
   ]
}
{code}





was (Author: hubertzhang):
Agree. We can use JSON array to represent it.
{
    “requestor” : “u1”,
    [
      {
            “resource” : {“TABLE”: “t1”, “DATABASE”: “db1”},
            “privilege” : [“select”, "insert"]
      },
      {
            “resource” : {“TABLE”: “t2”, “DATABASE”: “db1”},
            “privilege” : [“select”]
      }
   ]
}




> Integrate Security with Apache Ranger
> -------------------------------------
>
>                 Key: HAWQ-256
>                 URL: https://issues.apache.org/jira/browse/HAWQ-256
>             Project: Apache HAWQ
>          Issue Type: New Feature
>          Components: PXF, Security
>            Reporter: Michael Andre Pearce (IG)
>            Assignee: Lili Ma
>             Fix For: backlog
>
>         Attachments: HAWQRangerSupportDesign.pdf
>
>
> Integrate security with Apache Ranger for a unified Hadoop security solution. 



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

Reply via email to