This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git.
from 8050020 RANGER-2839: Assorted improvements for debugging and handling
of thread terminations, clean-up of unused data, etc
new 5dc7509 RANGER-2834: Upgrade Ranger to support Elasticsearch 7.6.0
new 5d1f87c RANGER-2840 : Create policy with non existing group is
failing due to multiple threads creating same group
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 | 121 +++++++++-
.../destination/ElasticSearchAuditDestination.java | 5 +-
.../authorizer/RangerElasticsearchAuthorizer.java | 6 +-
.../elasticsearch/RangerServiceElasticsearch.java | 5 +-
.../elasticsearch/client/ElasticsearchClient.java | 12 +-
pom.xml | 7 +-
.../authorizer/RangerElasticsearchAuthorizer.java | 10 +-
.../plugin/RangerElasticsearchPlugin.java | 12 +-
.../action/filter/RangerSecurityActionFilter.java | 30 ++-
.../rest/filter/RangerSecurityRestFilter.java | 30 ++-
.../elasticsearch/plugin/utils/RequestUtils.java | 5 +-
.../org/apache/ranger/biz/PolicyRefUpdater.java | 254 ++++++++++++++++++---
.../ElasticSearchAccessAuditsService.java | 2 +-
.../ranger/elasticsearch/ElasticSearchUtil.java | 5 +-
14 files changed, 421 insertions(+), 83 deletions(-)