You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (Commented) (JIRA)" <ji...@apache.org> on 2012/02/17 22:08:57 UTC

[jira] [Commented] (HBASE-5265) Fix 'revoke' shell command

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

stack commented on HBASE-5265:
------------------------------

Is this important for 0.92.1 lads?
                
> Fix 'revoke' shell command
> --------------------------
>
>                 Key: HBASE-5265
>                 URL: https://issues.apache.org/jira/browse/HBASE-5265
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.0
>            Reporter: Andrew Purtell
>            Assignee: Eugene Koontz
>             Fix For: 0.94.0, 0.92.1
>
>
> The 'revoke' shell command needs to be reworked for the AccessControlProtocol implementation that was finalized for 0.92. The permissions being removed must exactly match what was previously granted. No wildcard matching is done server side.
> Allow two forms of the command in the shell for convenience:
> Revocation of a specific grant:
> {code}
> revoke <user>, <table>, <column family> [ , <column_qualifier> ]
> {code}
> Have the shell automatically do so for all permissions on a table for a given user:
> {code}
> revoke <user>, <table>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira