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 e2c15ed RANGER-3044 : User is not able to change the password from
user profile page
new 136ace2 RANGER-3047: updated Hadoop version from 3.1.1 to 3.3.0
new 4c2540e RANGER-3048: updated HDFS plugin to include user action (like
list/mkdir/delete) in audit logs
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:
agents-audit/pom.xml | 5 +
.../hadoop/constants/RangerHadoopConstants.java | 5 +
.../plugin/util/RangerAccessRequestUtil.java | 1 +
distro/src/main/assembly/admin-web.xml | 3 +-
distro/src/main/assembly/hbase-agent.xml | 1 +
embeddedwebserver/pom.xml | 5 +
hbase-agent/pom.xml | 50 ++++++-
.../hbase/RangerAuthorizationCoprocessor.java | 44 ++++---
.../hbase/HBaseRangerAuthorizationTest.java | 16 ++-
.../authorization/hadoop/RangerHdfsAuthorizer.java | 126 +++++++++++++++++-
.../services/hdfs/RangerHdfsAuthorizerTest.java | 59 +++++++--
hive-agent/pom.xml | 6 +
.../services/hive/HIVERangerAuthorizerTest.java | 1 +
knox-agent/pom.xml | 3 +-
.../ranger/services/ozone/client/OzoneClient.java | 3 +-
plugin-schema-registry/pom.xml | 7 +-
.../DefaultSchemaRegistryClientTest.java | 3 +-
pom.xml | 17 +--
.../security/access/RangerAccessControlLists.java | 104 ---------------
.../hbase/RangerAuthorizationCoprocessor.java | 18 +++
.../ozone/authorizer/RangerOzoneAuthorizer.java | 8 +-
security-admin/scripts/setup.sh | 144 +++++++++++----------
.../src/main/webapp/scripts/utils/XAViewUtils.js | 5 +-
.../process/TestUnixUserGroupBuilder.java | 4 +-
24 files changed, 407 insertions(+), 231 deletions(-)
delete mode 100644
ranger-hbase-plugin-shim/src/main/java/org/apache/hadoop/hbase/security/access/RangerAccessControlLists.java