This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a change to branch RANGER-4076_master
in repository https://gitbox.apache.org/repos/asf/ranger.git
discard 19ba84162 RANGER-4706: Change jdk version to 17 in docker
discard 706c5e1d3 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish
jersey 2.x
discard 6913ec113 RANGER-4076: Document update for required environment
variable
discard 44c47f8ca RANGER-4076: Fix TestCase failures in
TestRecordFilterJavaScript
discard 2b0c4100c RANGER-4076: Ranger KMS changes for JDK17 build
discard e04dd1fa8 RANGER-4076: Fix TestCase failures in
RangerRequestScriptEvaluatorTest
discard 1969d3e79 RANGER-4076: Unix Auth Client remove deprecated APIs
discard 86e74422d RANGER-4076: Remove Nashorn Script Engine
discard 145b1c468 RANGER-4076: pom & config changes for jdk17 build
discard 525bc50e4 Revert "RANGER-5475: add JWT support in RangerRESTClient
(#831)"
add abac75741 RANGER-4883: fix failure in audit-to-HDFS from Kafka and
Knox plugins (#839)
new c46223de2 Revert "RANGER-5475: add JWT support in RangerRESTClient
(#831)"
new 5cc7c1e4a RANGER-4076: pom & config changes for jdk17 build
new 47136a5a6 RANGER-4076: Remove Nashorn Script Engine
new 91ee400f7 RANGER-4076: Unix Auth Client remove deprecated APIs
new 9131f86ae RANGER-4076: Fix TestCase failures in
RangerRequestScriptEvaluatorTest
new 6fd3bbe37 RANGER-4076: Ranger KMS changes for JDK17 build
new ec56416e3 RANGER-4076: Fix TestCase failures in
TestRecordFilterJavaScript
new 7889b3ab1 RANGER-4076: Document update for required environment
variable
new eeeb18757 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish
jersey 2.x
new 2c20ae82a RANGER-4706: Change jdk version to 17 in docker
new 1cb016ba2 RANGER-5475: add JWT support in RangerRESTClient (#831)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (19ba84162)
\
N -- N -- N refs/heads/RANGER-4076_master (1cb016ba2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 11 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:
.../ranger/plugin/util/RangerRESTClient.java | 141 ++++++++++++++++-----
.../ranger-docker/docker-compose.ranger-kafka.yml | 3 +-
.../ranger-docker/docker-compose.ranger-knox.yml | 2 +
.../scripts/hadoop/hdfs-client-site.xml | 11 ++
.../scripts/kafka/ranger-kafka-setup.sh | 1 +
.../knox/ranger-knox-plugin-install.properties | 6 +
.../scripts/knox/ranger-knox-sandbox.xml | 2 +-
.../scripts/knox/ranger-knox-setup.sh | 3 +
distro/src/main/assembly/knox-agent.xml | 1 +
distro/src/main/assembly/plugin-kafka.xml | 1 +
knox-agent/conf/ranger-knox-security-changes.cfg | 7 +-
.../tagsync/sink/tagadmin/TagAdminRESTSink.java | 2 +-
.../process/RangerUgSyncRESTClient.java | 8 +-
13 files changed, 151 insertions(+), 37 deletions(-)
create mode 100644
dev-support/ranger-docker/scripts/hadoop/hdfs-client-site.xml