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

Andrew Purtell commented on HBASE-7664:
---------------------------------------

The basic case could be:
- Create a table with security enabled
- Do table and CF level grants
- Store some data with per cell ACLs (consider syntactic sugar for that)
- Dump user permissions for the table
- Dump user permissions for the table this time enabling a scan over cells for 
ACL data too
- Confirm access where granted
- Confirm denial where not granted
- Revoke cell level permissions
- Revoke table and CF permissions
- Confirm loss of access after revocation
- Confirm non visibility of per cell ACLs if attempting to dump them with no 
access
                
> [Per-KV security] Shell support
> -------------------------------
>
>                 Key: HBASE-7664
>                 URL: https://issues.apache.org/jira/browse/HBASE-7664
>             Project: HBase
>          Issue Type: Sub-task
>          Components: security, shell
>    Affects Versions: 0.96.0
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>
> Support simple exploration and validation of per-KV ACLs via the shell. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to