[
https://issues.apache.org/jira/browse/HIVE-18777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375037#comment-16375037
]
ASF GitHub Bot commented on HIVE-18777:
---------------------------------------
GitHub user thejasmn opened a pull request:
https://github.com/apache/hive/pull/312
HIVE-18777
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thejasmn/hive HIVE-18777-authprovider
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/312.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 #312
----
commit e4627ce304ea44ddeffa6f822247fc5e105d9aba
Author: Thejas M Nair <thejas@...>
Date: 2018-02-23T22:08:08Z
add policy provider interfaces
commit 4e0157d3aecf3f1d94eb790cb1a0f91dfeb3e25a
Author: Thejas M Nair <thejas@...>
Date: 2018-02-23T22:23:51Z
Add ASL header
----
> Add Authorization interface to support information_schema integration with
> external authorization
> -------------------------------------------------------------------------------------------------
>
> Key: HIVE-18777
> URL: https://issues.apache.org/jira/browse/HIVE-18777
> Project: Hive
> Issue Type: Bug
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-18777.1.patch
>
>
> HIVE-1010 added support for information_schema. However, the authorization
> information is not integrated when another project such as Ranger is used to
> do the authorization.
> We need to add API which Ranger/Sentry can implement, so that it is possible
> to retrieve authorization policy information from them.
> The existing API only supports checking if user has a permission on an object
> and can't be used to retrieve policy details.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)