This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git.
from 7b66386 RANGER-2777:Ranger Knox Plugin failed to download Roles
new f079713 RANGER-2779: updated tag-sync to process Atlas notifications
for ADLS-Gen2 entities
new 8b963d3 RANGER-2780: updated RangerBasePlugin to support
audit-excluded-users
The 2 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:
.../hadoop/config/RangerPluginConfig.java | 39 +++++
.../ranger/plugin/policyengine/PolicyEngine.java | 63 --------
.../plugin/policyengine/RangerPolicyEngine.java | 4 -
.../policyengine/RangerPolicyEngineImpl.java | 175 +++++++++++++++------
.../ranger/plugin/service/RangerBasePlugin.java | 20 +--
.../plugin/policyengine/TestPolicyEngine.java | 36 ++++-
...cyengine_audit_exclude_users_groups_roles.json} | 175 ++++++++++++++++-----
.../source/atlas/AtlasAdlsResourceMapper.java | 166 +++++++++++++++++++
.../source/atlas/AtlasResourceMapperUtil.java | 2 +
.../tagsync/process/TestAdlsResourceMapper.java | 140 +++++++++++++++++
10 files changed, 649 insertions(+), 171 deletions(-)
copy
agents-common/src/test/resources/policyengine/{test_policyengine_super_user_groups.json
=> test_policyengine_audit_exclude_users_groups_roles.json} (54%)
create mode 100644
tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasAdlsResourceMapper.java
create mode 100644
tagsync/src/test/java/org/apache/ranger/tagsync/process/TestAdlsResourceMapper.java