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)