This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
from 1e8c230c1 RANGER-4857: updated docker setup to use HBASE version 2.6.0
- #2
add a855a4f37 RANGER-4862: updated plugins packaging to include jackson
libraries
add f51a086df RANGER-4805: removed Atlas permissions in tag-based policies
add 8468f37a4 RANGER-4780: upgraded json-smart to 2.4.10
No new revisions were added by this update.
Summary of changes:
agents-common/pom.xml | 5 +
.../ranger/plugin/model/RangerServiceDef.java | 1 +
.../ranger/plugin/store/AbstractServiceStore.java | 5 +-
.../apache/ranger/plugin/util/ServiceDefUtil.java | 11 +
.../service-defs/ranger-servicedef-atlas.json | 7 +-
distro/src/main/assembly/hbase-agent.xml | 4 +
distro/src/main/assembly/plugin-atlas.xml | 1 +
distro/src/main/assembly/plugin-elasticsearch.xml | 1 +
distro/src/main/assembly/plugin-kafka.xml | 1 +
distro/src/main/assembly/plugin-ozone.xml | 1 +
distro/src/main/assembly/plugin-presto.xml | 1 +
distro/src/main/assembly/plugin-solr.xml | 1 +
distro/src/main/assembly/plugin-trino.xml | 1 +
distro/src/main/assembly/ranger-tools.xml | 1 +
distro/src/main/assembly/sample-client.xml | 1 +
distro/src/main/assembly/storm-agent.xml | 4 +
knox-agent/pom.xml | 4 +
plugin-schema-registry/pom.xml | 6 +
ranger-authn/pom.xml | 4 +
ranger-knox-plugin-shim/pom.xml | 4 +
.../optimized/current/ranger_core_db_mysql.sql | 1 +
.../optimized/current/ranger_core_db_oracle.sql | 1 +
.../optimized/current/ranger_core_db_postgres.sql | 1 +
.../current/ranger_core_db_sqlanywhere.sql | 2 +
.../optimized/current/ranger_core_db_sqlserver.sql | 1 +
...orUpdatingAtlasSvcDefAndTagPolicies_J10063.java | 236 +++++++++++++++++++++
.../ranger/service/RangerServiceDefService.java | 9 +
ugsync/pom.xml | 4 +
unixauthclient/pom.xml | 4 +
unixauthservice/pom.xml | 4 +
30 files changed, 323 insertions(+), 4 deletions(-)
create mode 100644
security-admin/src/main/java/org/apache/ranger/patch/PatchForUpdatingAtlasSvcDefAndTagPolicies_J10063.java