You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Lenni Kuff (JIRA)" <ji...@apache.org> on 2014/05/21 00:30:39 UTC

[jira] [Created] (SENTRY-222) Privileges are sometimes granted to the wrong roles

Lenni Kuff created SENTRY-222:
---------------------------------

             Summary: Privileges are sometimes granted to the wrong roles
                 Key: SENTRY-222
                 URL: https://issues.apache.org/jira/browse/SENTRY-222
             Project: Sentry
          Issue Type: Bug
            Reporter: Lenni Kuff
            Priority: Blocker
             Fix For: 1.4.0


I have a workflow that does the following:

# Create role role1 // (handle error if role already exists)
# Grant role role1 to group "group1"
# Grant role role1 privilege on table ...

Using the same connection, I run:
# Create role role2 // (handle error if role already exists)
# Grant role role2 to group "group1"
# Grant role role2 privilege on table ...

After executing these operations, the backend sentry policy DB shows that the role2 privileges were actually granted to role1. 






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