-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73120/
-----------------------------------------------------------
(Updated Jan. 6, 2021, 11:41 p.m.)
Review request for ranger, Madhan Neethiraj and Ramesh Mani.
Changes
-------
Updated to remove reference to AUDIT policy type
Bugs: RANGER-3122
https://issues.apache.org/jira/browse/RANGER-3122
Repository: ranger
Description
-------
Currently delegate-admin cannot be marked for specific permissions. It is
all-or-nothing for the permissions defined in resource policy. Ranger should
have ability for granting delegate-admin for specific permissions.
This patch ensures that rowfilter and datamask policies are filtered correctly
for delegated-admin access.
Diffs (updated)
-----
security-admin/src/main/java/org/apache/ranger/biz/RangerPolicyAdminImpl.java
d868e397d
Diff: https://reviews.apache.org/r/73120/diff/2/
Changes: https://reviews.apache.org/r/73120/diff/1-2/
Testing
-------
Tested with datamask and rowfilter policies filtering in a cluster
Thanks,
Abhay Kulkarni