[
https://issues.apache.org/jira/browse/SENTRY-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sachin updated SENTRY-2149:
---------------------------
Description:
Sentry allows to list the roles
SHOW ROLES;
There should be also a way to show the groups . Currently it seems that this
is only possible by directly querying the Sentry database. This functionality
should be provided out-of-the-box similar to the statement above.
The functionality could look similar to the following statement
{code:sql}
SHOW GROUPS;{code}
was:
Sentry allows to list the roles
SHOW ROLES;
There should be also a way to show the groups . Currently it seems that this is
only possible by directly querying the Sentry database. This functionality
should be provided out-of-the-box similar to the statement above.
The functionality could look similar to the following statement
{code:sql}
SHOW GROUPS;{code}
> Implement functionality to show groups
> --------------------------------------
>
> Key: SENTRY-2149
> URL: https://issues.apache.org/jira/browse/SENTRY-2149
> Project: Sentry
> Issue Type: New Feature
> Reporter: Sachin
> Priority: Major
>
> Sentry allows to list the roles
> SHOW ROLES;
> There should be also a way to show the groups . Currently it seems that this
> is only possible by directly querying the Sentry database. This functionality
> should be provided out-of-the-box similar to the statement above.
> The functionality could look similar to the following statement
> {code:sql}
> SHOW GROUPS;{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)