[
https://issues.apache.org/jira/browse/HBASE-5342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269005#comment-13269005
]
Andrew Purtell commented on HBASE-5342:
---------------------------------------
The AccessControllerProtocol change is not backwards compatible. You should
deprecate
{code}
public void grant(byte[] user, TablePermission permission)
{code}
and
{code}
public void revoke(byte[] user, TablePermission permission)
{code}
in 0.92 (and 0.94 if it's released already) and take them out in the next major
rev after.
The new 'whoami' command for the shell is nice.
I also see some noise/whitespace refactoring around debug logging. That kind of
change is a little annoying, it distracts from the logic changes. Just a
suggestion for future changes.
> Grant/Revoke global permissions
> -------------------------------
>
> Key: HBASE-5342
> URL: https://issues.apache.org/jira/browse/HBASE-5342
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Matteo Bertozzi
> Attachments: HBASE-5342-draft.patch, HBASE-5342-v0.patch
>
>
> HBASE-3025 introduced simple ACLs based on coprocessors. It defines
> global/table/cf/cq level permissions. However, there is no way to
> grant/revoke global level permissions, other than the hbase.superuser conf
> setting.
--
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