[
https://issues.apache.org/jira/browse/PHOENIX-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256296#comment-16256296
]
ASF GitHub Bot commented on PHOENIX-672:
----------------------------------------
GitHub user karanmehta93 opened a pull request:
https://github.com/apache/phoenix/pull/283
PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController
Initial patch
Added support for Grant Revoke SQL statements for HBase ACL Permissions
Refactored the tests, BasePermissionsIT is the base test for Permission
management tests and provides helper methods.
Index tables will be automatically granted permissions as base table when
created
Ongoing
Removing console debug messages, adding log lines, making patch cleaner
End to end testing with HBase and sqlline.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karanmehta93/phoenix PHOENIX-672
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/283.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #283
----
commit 16138fc5a4846b6483d2ad2a2eeca7d01f3f1727
Author: Karan Mehta <[email protected]>
Date: 2017-11-17T01:29:33Z
PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController
----
> Add GRANT and REVOKE commands using HBase AccessController
> ----------------------------------------------------------
>
> Key: PHOENIX-672
> URL: https://issues.apache.org/jira/browse/PHOENIX-672
> Project: Phoenix
> Issue Type: Task
> Reporter: James Taylor
> Assignee: Karan Mehta
> Labels: namespaces, security
> Fix For: 4.14.0
>
>
> In HBase 0.98, cell-level security will be available. Take a look at
> [this](https://communities.intel.com/community/datastack/blog/2013/10/29/hbase-cell-security)
> excellent blog post by @apurtell. Once Phoenix works on 0.96, we should add
> support for security to our SQL grammar.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)