You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Arun Suresh (JIRA)" <ji...@apache.org> on 2014/06/13 01:47:02 UTC

[jira] [Created] (SENTRY-299) Partial Revoke Fails under certain conditions

Arun Suresh created SENTRY-299:
----------------------------------

             Summary: Partial Revoke Fails under certain conditions
                 Key: SENTRY-299
                 URL: https://issues.apache.org/jira/browse/SENTRY-299
             Project: Sentry
          Issue Type: Bug
            Reporter: Arun Suresh
            Assignee: Arun Suresh
         Attachments: SENTRY-299.test.patch

{noformat}
1. Create 2 Roles (user_role & user_role2)
2. Create a Table t1
3. grant ALL on t1 to user_role
4. grant INSERT on t1 to user_role2
5. Revoke INSERT on t1 from user_role
     - This would imply user_role can still SELECT
     - But user_role should NOT be allowed to LOAD
6. Presense of another role will cause the partial revoke
    to fail and user_role will still be able to LOAD
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)