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

Hudson commented on HBASE-12301:
--------------------------------

FAILURE: Integrated in HBase-0.98 #624 (See 
[https://builds.apache.org/job/HBase-0.98/624/])
HBASE-12301 user_permission command does not show global permissions 
(matteo.bertozzi: rev babc3a7ab00220605b89f996c3d629bb545fd7fb)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlClient.java
* hbase-shell/src/main/ruby/hbase/security.rb
* hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
* hbase-shell/src/main/ruby/shell/commands/user_permission.rb


> user_permission command does not show global permissions
> --------------------------------------------------------
>
>                 Key: HBASE-12301
>                 URL: https://issues.apache.org/jira/browse/HBASE-12301
>             Project: HBase
>          Issue Type: Bug
>          Components: security, shell
>    Affects Versions: 0.98.4, 2.0.0
>            Reporter: Jerry He
>            Assignee: Matteo Bertozzi
>             Fix For: 2.0.0, 0.98.8, 0.99.2
>
>         Attachments: HBASE-12301-v0.patch
>
>
> It seems that since 0,98 or later, the shell command does not show global 
> permission anymore, even requested by user with the right privilege.
> {code}
> hbase(main):004:0> user_permission
> User                            Table,Family,Qualifier:Permission
>  hbase                          default,table1,,: [Permission: 
> actions=READ,WRITE,EXEC,CREATE,ADMIN]
>  user2                          default,table1,,: [Permission: 
> actions=READ,WRITE]
>  hbase                          default,table2,,: [Permission: 
> actions=READ,WRITE,EXEC,CREATE,ADMIN]
>  user2                          default,table2,,: [Permission: 
> actions=READ,WRITE]
> {code}
> I recall in the older versions, global permissions were shown as permissions 
> on the hbase:acl table.
> Anyway we need a way to show the global permissions as part of 
> user_permission request.



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

Reply via email to