[
https://issues.apache.org/jira/browse/RANGER-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306503#comment-17306503
]
Abhay Kulkarni edited comment on RANGER-3218 at 3/23/21, 10:42 PM:
-------------------------------------------------------------------
Commit details:
master:
[https://github.com/apache/ranger/commit/0737fe845c6406af8388d0ef57d0071a8e06dea1]
ranger-2.2:
[https://github.com/apache/ranger/commit/1ca3846f592013bab38f1fcbdab2edb6d8b5bf5c]
Additional commit:
master:
[https://github.com/apache/ranger/commit/3a504bd5af6946f020fb7e9b2f10610bb2c2dafe]
ranger-2.2:
[https://github.com/apache/ranger/commit/c32688c2c89d5ea646b6e112932978d19edca8d7]
was (Author: abhayk):
Commit details:
master:
[https://github.com/apache/ranger/commit/0737fe845c6406af8388d0ef57d0071a8e06dea1]
ranger-2.2:
[https://github.com/apache/ranger/commit/1ca3846f592013bab38f1fcbdab2edb6d8b5bf5c]
> 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
> Priority: Major
>
> 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)