This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git
from 30883cf94 RANGER-4990: Rationalize processing of match-types for
policy and tag evaluation
new 174b0cae9 RANGER-5001: RANGER-4977: Support ignoreDescendantDeny & fix
hbase scan authorization (#411)
new 720a6aa45 RANGER-5007: Expose service configs in RangerBasePlugin
(#414)
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:
.../plugin/policyengine/RangerAccessRequest.java | 2 +
.../policyengine/RangerAccessRequestImpl.java | 57 ++++++++++++++--------
.../policyengine/RangerAccessRequestReadOnly.java | 3 ++
.../policyengine/RangerAccessRequestWrapper.java | 3 ++
.../policyengine/RangerPolicyEngineImpl.java | 5 ++
.../policyengine/RangerTagAccessRequest.java | 1 +
.../RangerDefaultPolicyEvaluator.java | 8 +--
.../ranger/plugin/service/RangerBasePlugin.java | 7 ++-
.../test_policyengine_tag_hive_filebased.json | 26 +++++++++-
.../authorization/hbase/AuthorizationSession.java | 8 ++-
.../hbase/RangerAuthorizationCoprocessor.java | 2 +
.../authorization/hbase/TestPolicyEngine.java | 6 +++
...st_policyengine_hbase_ignoreDenyDescendant.json | 55 +++++++++++++++++++++
13 files changed, 158 insertions(+), 25 deletions(-)
create mode 100644
hbase-agent/src/test/resources/policyengine/test_policyengine_hbase_ignoreDenyDescendant.json