When I give Grant to groups and roles in hue, nothing happens to the groups and no access is applied!
CREATE ROLE admin_role
GRANT ALL ON SERVER server1 TO ROLE admin_role
GRANT ROLE admin_role TO GROUP sentry_admin;
When I give Grant to groups and roles in hue, nothing happens to the groups and no access is applied!
CREATE ROLE admin_role
GRANT ALL ON SERVER server1 TO ROLE admin_role
GRANT ROLE admin_role TO GROUP sentry_admin;