You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Brett Medalen (JIRA)" <ji...@apache.org> on 2017/07/01 21:01:04 UTC

[jira] [Commented] (SENTRY-1558) Implement functionality to show groups for a given role

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

Brett Medalen commented on SENTRY-1558:
---------------------------------------

Hi Jan,

How is this functionally coming along?  This was a Sentry command I was looking for recently.

Thanks,
Brett

> Implement functionality to show groups for a given role
> -------------------------------------------------------
>
>                 Key: SENTRY-1558
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1558
>             Project: Sentry
>          Issue Type: New Feature
>            Reporter: Jan Hentschel
>            Assignee: Jan Hentschel
>
> Sentry allows to list the roles for a given group via
> {code:sql}
> SHOW ROLE GRANT GROUP <groupName>;
> {code}
> There should be also a way to show the groups for a given role. 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 GROUP GRANT ROLE <roleName>;
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)