Abhay Kulkarni created RANGER-3218:
--------------------------------------
Summary: User getting denied even after having tag based policy
Key: RANGER-3218
URL: https://issues.apache.org/jira/browse/RANGER-3218
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: Abhay Kulkarni
Assignee: Abhay Kulkarni
Steps
1.Created a database "vehicle1" with table "cars" and inserted some data into
table with hive user.
2.Tried to access "vehicle1" with user 'unixuser1' which will be denied since
policy is not there.
select * from vehicle1.cars;
3.Created a tag "tag1" in Atlas and assigned to database (vehicle1)
4.Created a unzone policy for "tag1" in cm_tag and gave permission to
"unixuser1".
5.Again tried to access the data with user 'unixuser1' but still it is getting
denied after having policy for the resource.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)