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/22 20:41:03 UTC

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

     [ https://issues.apache.org/jira/browse/SENTRY-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lenni Kuff resolved SENTRY-222.
-------------------------------

    Resolution: Cannot Reproduce

Resolving this issue. I can no longer reproduce with the most recent Policy Server bits. 

> 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)