Sravya Tirukkovalur created SENTRY-281:
------------------------------------------
Summary: Revoking a parent privilege should revoke all child
privileges
Key: SENTRY-281
URL: https://issues.apache.org/jira/browse/SENTRY-281
Project: Sentry
Issue Type: Bug
Affects Versions: 1.4.0
Reporter: Sravya Tirukkovalur
Fix For: 1.4.0
GRANT SELECT on DATABASE db1 to ROLE role1;
REVOKE ALL on SERVER server1 from ROLE role1;
Should result in zero privileges for role1
--
This message was sent by Atlassian JIRA
(v6.2#6252)