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 bc978af49 RANGER-3923: removed RangerSharedResource.resourceSignature
add 9a132c5d0 RANGER-4132: If view policy button is clicked for a policy
which is deleted, then the page gets stuck in loading state
add 73ce97e0c RANGER-4316: path recursive matcher fix to correctly handle
path ending with separator
add 807b51450 RANGER-4322: fix enable-atlas-plugin.sh failure
add 9acade5ab RANGER-4320: createPrincipalsIfAbsent request parameter is
not recognized by importPoliciesFromFile REST API
new 33ea44fa4 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:
.../resourcematcher/RangerPathResourceMatcher.java | 9 +++--
.../RangerPathResourceMatcherTest.java | 44 +++++++++++++---------
.../resourcematcher/test_resourcematcher_path.json | 4 +-
distro/src/main/assembly/plugin-atlas.xml | 2 +
.../java/org/apache/ranger/biz/RangerBizUtil.java | 10 +----
.../main/java/org/apache/ranger/biz/XUserMgr.java | 8 ++++
.../org/apache/ranger/common/RESTErrorUtil.java | 31 +++++++++++++++
.../main/java/org/apache/ranger/rest/RoleREST.java | 12 +++---
.../org/apache/ranger/rest/SecurityZoneREST.java | 5 ++-
.../java/org/apache/ranger/rest/ServiceREST.java | 17 ++++-----
.../security/context/RangerContextHolder.java | 12 ++++++
.../RangerSecurityContextFormationFilter.java | 11 +-----
.../main/webapp/react-webapp/src/utils/fetchAPI.js | 2 -
.../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx | 4 +-
.../AuditEvent/AdminLogs/PolicyViewDetails.jsx | 10 ++---
.../views/PolicyListing/AddUpdatePolicyForm.jsx | 2 +-
.../users_details/EditUserView.jsx | 2 +-
17 files changed, 119 insertions(+), 66 deletions(-)