-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71499/
-----------------------------------------------------------
(Updated Sept. 18, 2019, 11:51 p.m.)
Review request for ranger, Don Bosco Durai, Gautam Borad, Abhay Kulkarni,
Madhan Neethiraj, Pradeep Agrawal, Selvamohan Neethiraj, Sailaja Polavarapu,
and Velmurugan Periasamy.
Changes
-------
Handled multiple audit issue in this patch.
Bugs: RANGER-2573
https://issues.apache.org/jira/browse/RANGER-2573
Repository: ranger
Description
-------
RANGER-2573: Ranger hbase policy not taking effect if column-family name is
given in policy
Diffs (updated)
-----
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationCoprocessor.java
5729eb2
Diff: https://reviews.apache.org/r/71499/diff/2/
Changes: https://reviews.apache.org/r/71499/diff/1-2/
Testing
-------
Testing done in Local VM
- Create a policy with column family name in the policy for a user.
- create the table with column family in the policy and see the request is
authoried for the user.
- create the table with column family which is not there in the policy and see
that authorization failing.
Thanks,
Ramesh Mani