Created on 12-11-2018 11:13 PM - edited 09-16-2022 06:58 AM
Hello Team,
I have a query mentioned below.
1. How to find Unix group Name mapped to Sentry role? 100 Unix group exist on cluster Node and 10-20 sentry roles created. Require command to find which Unix group mapped to Which Unix group.
2. below command through beeline gives role name by providing Unix group. I want reverse way, supply role name and get unix group name.
SHOW ROLE GRANT GROUP abcde;
- Vijay M
Created 04-22-2019 03:53 AM
Created 04-22-2019 04:10 AM
Thank you for the reply.
I am looking for Sentry command from beeline which gives me group name through roles.
Like show groups which mapped to given role.
The command you have suggested i am already aware of but for example if hosts have more than 50-60 Unix groups so 50-60 times i have to run your suggested command to find the role name.
- Vijay M
Created 04-29-2019 10:15 PM
Created 02-08-2023 03:35 AM
This was helpful