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 c39c5176d Revert "RANGER-5488: Allow clients to access secure API
endpoints in Ranger admin forcibly via config (#849)"
discard 49f91c20a RANGER-5489: Remove unused libraries from distro
discard 48b898535 RANGER-5475: add JWT support in RangerRESTClient
discard ac9cdebd4 RANGER-4706: Change jdk version to 17 in docker
discard 88ef44155 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish
jersey 2.x
discard 8d4f412e3 RANGER-4076: Document update for required environment
variable
discard 4b87e5049 RANGER-4076: Fix TestCase failures in
TestRecordFilterJavaScript
discard b369082dd RANGER-4076: Ranger KMS changes for JDK17 build
discard f6cabab42 RANGER-4076: Fix TestCase failures in
RangerRequestScriptEvaluatorTest
discard 1d0418f0d RANGER-4076: Unix Auth Client remove deprecated APIs
discard 9e6c1b07a RANGER-4076: Remove Nashorn Script Engine
discard e9ffd11b8 RANGER-4076: pom & config changes for jdk17 build
discard 94a91558f Revert "RANGER-5475: add JWT support in RangerRESTClient
(#831)"
add 6422a6ee2 RANGER-5501: fix missing accessType in audit logs generated
by RangerEmbeddedAuthorizer (#859)
add 0ea5ec5e8 RANGER-5496: Decouple JWT lifecycle from Ranger plugin via
pluggable JWT provider (#857)
add 05035e57e RANGER-5498: Use provided saltSize parameter at all places
in generateSalt method (#860)
add 49ef0c6fd RANGER-5471: Update Apache Ranger website with 2.8.0 (#862)
add 15da87a21 RANGER-5502 Netty upgrade 4.1.130.Final to address CVEs
(#861)
add 3532c57a6 RANGER-4910: update Polaris service-def with impliedGrants
and fix incorrect permissions list for table resource (#863)
new 6b4ef61f3 Revert "RANGER-5475: add JWT support in RangerRESTClient
(#831)"
new a333c850c RANGER-4076: pom & config changes for jdk17 build
new 7cc1f28ba RANGER-4076: Remove Nashorn Script Engine
new 5e66d178a RANGER-4076: Unix Auth Client remove deprecated APIs
new b7e3e1ec7 RANGER-4076: Fix TestCase failures in
RangerRequestScriptEvaluatorTest
new 2d611771e RANGER-4076: Ranger KMS changes for JDK17 build
new b9db8c317 RANGER-4076: Fix TestCase failures in
TestRecordFilterJavaScript
new 29213feee RANGER-4076: Document update for required environment
variable
new 735c70988 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish
jersey 2.x
new 84b0d488a RANGER-4706: Change jdk version to 17 in docker
new b97ce6300 RANGER-5475: add JWT support in RangerRESTClient
new 919611fec RANGER-5489: Remove unused libraries from distro
new eb4c1dbc2 Revert "RANGER-5488: Allow clients to access secure API
endpoints in Ranger admin forcibly via config (#849)"
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 (c39c5176d)
\
N -- N -- N refs/heads/RANGER-4076_master (eb4c1dbc2)
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 13 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/authn/DefaultJwtProvider.java | 123 ++++
.../ValueProcessor.java => authn/JwtProvider.java} | 6 +-
.../service-defs/ranger-servicedef-polaris.json | 638 ++++++++++++++++-----
.../ranger/authz/embedded/RangerAuthzPlugin.java | 10 +-
docs/src/site/site.xml | 1 +
docs/src/site/xdoc/download.xml | 12 +-
.../apache/hadoop/crypto/key/RangerMasterKey.java | 2 +-
pom.xml | 2 +-
8 files changed, 648 insertions(+), 146 deletions(-)
create mode 100644
agents-common/src/main/java/org/apache/ranger/plugin/authn/DefaultJwtProvider.java
copy
agents-common/src/main/java/org/apache/ranger/plugin/{geo/ValueProcessor.java
=> authn/JwtProvider.java} (89%)