-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74735/
-----------------------------------------------------------
Review request for ranger, Anand Nadar, Ankita Sinha, Kishor Gollapalliwar,
Abhay Kulkarni, Mehul Parikh, Monika Kachhadiya, Ramesh Mani, and Subhrat
Chaudhary.
Bugs: RANGER-4526
https://issues.apache.org/jira/browse/RANGER-4526
Repository: ranger
Description
-------
introduced RangerPolicyEngineOption disableGdsInfoRetriever to disable GDS
refresher
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerPolicyEngineImpl.java
2d576c580
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerPolicyEngineOptions.java
a222eefef
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerPolicyRepository.java
e02d3a32d
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/gds/GdsPolicyEngine.java
d9aa81732
agents-common/src/main/java/org/apache/ranger/plugin/service/RangerBasePlugin.java
748efd681
agents-common/src/test/java/org/apache/ranger/plugin/policyengine/gds/TestGdsPolicyEngine.java
b5ca483ad
agents-common/src/test/java/org/apache/ranger/plugin/service/TestRangerBasePlugin.java
PRE-CREATION
agents-common/src/test/resources/plugin/hive_gds_info.json PRE-CREATION
agents-common/src/test/resources/plugin/hive_policies.json PRE-CREATION
agents-common/src/test/resources/plugin/hive_roles.json PRE-CREATION
agents-common/src/test/resources/plugin/hive_tags.json PRE-CREATION
agents-common/src/test/resources/plugin/hive_user_store.json PRE-CREATION
agents-common/src/test/resources/plugin/test_base_plugin_hive.json
PRE-CREATION
agents-common/src/test/resources/policyengine/gds/gds_info_hive.json
PRE-CREATION
agents-common/src/test/resources/policyengine/gds/test_gds_policy_engine_hive.json
89fed5f9e
ranger-tools/src/main/java/org/apache/ranger/sizing/RangerMemSizing.java
5b6f51339
Diff: https://reviews.apache.org/r/74735/diff/1/
Testing
-------
- added unit tests to validate authorization using resource, tag, GDS policies
in disconnected mode i.e. no policy/tag/roles/userstore/GDS refreshers
- verified that all existing unit tests pass successfully
Thanks,
Madhan Neethiraj