You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Abhay Kulkarni (JIRA)" <ji...@apache.org> on 2019/05/23 18:12:00 UTC

[jira] [Commented] (RANGER-2447) Provide an API to get all policies associated with a user/group in "show grant" statements

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

Abhay Kulkarni commented on RANGER-2447:
----------------------------------------

[~fredyw] [RANGER-2061|https://issues.apache.org/jira/browse/RANGER-2061] provides necessary APIs. Please review.

> Provide an API to get all policies associated with a user/group in "show grant" statements
> ------------------------------------------------------------------------------------------
>
>                 Key: RANGER-2447
>                 URL: https://issues.apache.org/jira/browse/RANGER-2447
>             Project: Ranger
>          Issue Type: Improvement
>          Components: Ranger
>    Affects Versions: 1.2.0
>            Reporter: Fredy Wijaya
>            Priority: Major
>
> In Impala we have statements that mean show all policies associated with a particular user/group.
> {noformat}
> show grant user <user>;
> show grant group <group>;
> {noformat}
> I believe there's something similar in Hive, i.e.
> {noformat}
> show grant user <user> on all;
> show grant group <group> on all;
> {noformat}
> It will be useful for Ranger to provide this API that can be used in both Impala and Hive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)