-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53342/
-----------------------------------------------------------
(Updated Nov. 1, 2016, 6:47 p.m.)
Review request for ranger and Madhan Neethiraj.
Changes
-------
Addressed review comments
Bugs: RANGER-1200
https://issues.apache.org/jira/browse/RANGER-1200
Repository: ranger
Description
-------
Components like HDFS have the notion of an owner for the resource being
accessed. For such components, it should be possible to setup Ranger policies
to grant specific permissions for owners of accessed resources.
Diffs (updated)
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerPolicyEngine.java
e0a8a91
agents-common/src/main/java/org/apache/ranger/plugin/policyevaluator/RangerDefaultPolicyItemEvaluator.java
84aac1e
agents-common/src/main/java/org/apache/ranger/plugin/policyevaluator/RangerOptimizedPolicyEvaluator.java
fb854d0
agents-common/src/test/java/org/apache/ranger/plugin/policyengine/TestPolicyEngine.java
cb0af84
agents-common/src/test/resources/policyengine/test_policyengine_owner.json
PRE-CREATION
security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java
d709869
Diff: https://reviews.apache.org/r/53342/diff/
Testing
-------
Unit tests passed. Tested with HDFS on local VM.
Thanks,
Abhay Kulkarni