This is an automated email from the ASF dual-hosted git repository.

madhan pushed a change to branch RANGER-3923
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from 0a45ab730 RANGER-4283: [WIP] UI for GDS: Added validity period 
changes. Multiple default tag datamask condition for datashare and CSS
     add 7d46e05ff RANGER-4465: Python client for managing users, groups, 
user-group associations
     add b2b5c5bc7 RANGER-4472: updated getResourceACLs() handling of tags 
associated with the resource and its descendent
     new d5cb672d2 Merge branch 'master' into RANGER-3923

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../model/validation/RangerServiceDefHelper.java   |  54 +++++-
 .../ranger/plugin/policyengine/PolicyEngine.java   |  19 +-
 .../policyengine/RangerPolicyEngineImpl.java       |  48 ++++-
 .../RangerDefaultPolicyEvaluator.java              |   5 +
 .../policyevaluator/RangerPolicyEvaluator.java     |   2 +
 .../ranger/plugin/policyengine/TestPolicyACLs.java |   7 +
 .../policyengine/resource_hierarchy_tags.json      |  85 +++++++++
 .../test_aclprovider_resource_hierarchy_tags.json  | 181 +++++++++++++++++++
 intg/src/main/python/README.md                     | 140 ++++++++++++++-
 .../client/ranger_user_mgmt_client.py              | 194 +++++++++++++++++++++
 .../python/apache_ranger/model/ranger_user_mgmt.py | 119 +++++++++++++
 intg/src/main/python/setup.py                      |   2 +-
 .../sample-client/src/main/python/user_mgmt.py     | 137 +++++++++++++++
 13 files changed, 983 insertions(+), 10 deletions(-)
 create mode 100644 
agents-common/src/test/resources/policyengine/resource_hierarchy_tags.json
 create mode 100644 
agents-common/src/test/resources/policyengine/test_aclprovider_resource_hierarchy_tags.json
 create mode 100644 
intg/src/main/python/apache_ranger/client/ranger_user_mgmt_client.py
 create mode 100644 intg/src/main/python/apache_ranger/model/ranger_user_mgmt.py
 create mode 100644 ranger-examples/sample-client/src/main/python/user_mgmt.py

Reply via email to