This is an automated email from the ASF dual-hosted git repository.
abhi pushed a change to branch ranger-2.7
in repository https://gitbox.apache.org/repos/asf/ranger.git
from a6a1b50ac RANGER-5258: added menu items for easier reference to source
repo, jira, ci sites
new 871ebc43b RANGER-5251: dedupTags() doesn’t remove duplicate tag IDs
within a single resource’s resourceToTagIds list (#608)
new a26a3fe51 RANGER-4993 : Ranger KMS - Missing HSTS Headers for 404 Not
found requests port 9494 (#585)
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:
.../org/apache/ranger/plugin/util/ServiceTags.java | 8 ++
.../apache/ranger/plugin/util/TestServiceTags.java | 51 +++++++++
kms/config/webserver/ranger-kms-site.xml | 119 ++++++++++-----------
.../hadoop/crypto/key/kms/server/HSTSFilter.java | 60 +++++++++++
.../hadoop/crypto/key/kms/server/KMSMDCFilter.java | 1 -
kms/src/main/webapp/WEB-INF/web.xml | 112 ++++++++++---------
6 files changed, 239 insertions(+), 112 deletions(-)
create mode 100644
kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/HSTSFilter.java