You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 03:34:15 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-5265.
-----------------------------------
    Resolution: Invalid
      Assignee:     (was: Eugene Koontz)

> 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
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)