Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-299

Partial Revoke Fails under certain conditions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • 1.4.0
    • None

    Description

      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
      

      Attachments

        1. SENTRY-299.test.patch
          4 kB
          Arun Suresh

        Issue Links

          Activity

            People

              asuresh Arun Suresh
              asuresh Arun Suresh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: