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

Srikanth Srungarapu commented on HBASE-12512:
---------------------------------------------

As of now, the listTables filters the output by checking whether user has any 
of the R, W, X, C or A permissions on the tables matching the input (regex or 
list of tables). We can also add 'L' to the check. But my concern is, if the 
user doesn't have 'L', but has any of 'RWXCA', shouldn't we still be showing 
him the table name? 

> namespace permissions - add support for namespace list privilege 'L'
> --------------------------------------------------------------------
>
>                 Key: HBASE-12512
>                 URL: https://issues.apache.org/jira/browse/HBASE-12512
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Francis Liu
>
> As discussed in namespace permisssion jira. A user granted an 'L' on a 
> namespace is able to list the tables associated with the namespace else an 
> AccessDeniedException is throw. The listTables command will list only tables 
> a user has 'L' privilege on it's associated namespace.



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

Reply via email to