Re: Show groups for a given role

2016-12-07 Thread Jan Hentschel
for a given role Hi Jan, You may check my new sentry command-line tool at https://github.com/akolb1/sentrytool <https://github.com/akolb1/sentrytool>. You can easily do it with this tool: sentrytool group list -v Caveat - it doesn’t work in Kerberos setup. I am no

Re: Show groups for a given role

2016-12-03 Thread Alexander Kolbasov
Hi Jan, You may check my new sentry command-line tool at https://github.com/akolb1/sentrytool . You can easily do it with this tool: sentrytool group list -v Caveat - it doesn’t work in Kerberos setup. I am not sure whether there is a more “official” way

Show groups for a given role

2016-12-03 Thread Jan Hentschel
Hi, I’m looking for a way to look up the access groups for a given role. I know that I can list all the roles for a given group via SHOW ROLE GRANT GROUP ; What I want to do is something vice versa without directly querying the Sentry database. Is there a command or JIRA ticket for th