This is an automated email from the ASF dual-hosted git repository.

mehul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from e5efe40df RANGER-3736: updated RangerChainedPlugin to support masking 
and row-filtering
     new 9fb86ce16 RANGER-3739: Add JWT filter in Ranger Admin
     new 59a5665e7 RANGER-3740: Ranger- Add an API to refresh tag cache

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:
 security-admin/pom.xml                             |   5 +
 .../java/org/apache/ranger/biz/TagDBStore.java     |  13 +++
 .../ranger/common/RangerServiceTagsCache.java      |  44 +++++++
 .../main/java/org/apache/ranger/rest/TagREST.java  |  37 ++++++
 .../security/web/filter/RangerJwtAuthFilter.java   | 127 +++++++++++++++++++++
 .../security/web/filter/RangerJwtAuthWrapper.java  | 125 ++++++++++++++++++++
 6 files changed, 351 insertions(+)
 create mode 100644 
security-admin/src/main/java/org/apache/ranger/security/web/filter/RangerJwtAuthFilter.java
 create mode 100644 
security-admin/src/main/java/org/apache/ranger/security/web/filter/RangerJwtAuthWrapper.java

Reply via email to