-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50585/
-----------------------------------------------------------
Review request for ranger and Madhan Neethiraj.
Bugs: RANGER-1129
https://issues.apache.org/jira/browse/RANGER-1129
Repository: ranger
Description
-------
Currently, Ranger plugins create access audit log only when a policy that
matches the accessed-resource has audit enabled. This patch adds supports to
force audit generation, irrespective of existence of a policy with
audit-enabled.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerPolicyEngine.java
360da0c
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerPolicyRepository.java
be98f3b
agents-common/src/main/java/org/apache/ranger/plugin/util/ServicePolicies.java
d450af1
security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java
7947d4b
Diff: https://reviews.apache.org/r/50585/diff/
Testing
-------
Ran all unit tests successfully.
Thanks,
Abhay Kulkarni