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

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

Fredy Wijaya created RANGER-2447:
------------------------------------

             Summary: 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


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)