This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git
from 9a2edc0c1 RANGER-4944 : Remove save option and cancel option on User
profile page for users other than ROLE_SYS_ADMIN role
new 8904dfc06 RANGER-4820: Support authorization of multiple accesses
grouped by access groups in one policy engine call - #2
new 8bcb458b9 Added 'Brijesh Bhalala' as a committer
new 721c41a28 RANGER-4938: Ensure that only one instance of Ranger plugin
is created in an Ozone Manager process
new d06b18607 RANGER-4809: Utility to migrate admin audit logs in
x_trx_log table x_trx_log_v2 table
The 4 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:
.../RangerDefaultPolicyEvaluator.java | 39 +-
.../plugin/util/RangerAccessRequestUtil.java | 120 ++++---
docs/pom.xml | 12 +
.../ranger-admin-transaction-log-migrate.sh | 48 +++
.../authorization/hadoop/RangerHdfsAuthorizer.java | 6 +
.../ozone/authorizer/RangerOzoneAuthorizer.java | 20 +-
.../optimized/current/ranger_core_db_mysql.sql | 1 +
.../patches/074-create-index-for-x_trx_log.sql} | 14 +-
.../optimized/current/ranger_core_db_oracle.sql | 1 +
...zone.sql => 067-create-index-for-x_trx_log.sql} | 14 +-
.../optimized/current/ranger_core_db_postgres.sql | 1 +
...wner.sql => 074-create-index-for-x_trx_log.sql} | 17 +-
.../current/ranger_core_db_sqlanywhere.sql | 4 +
.../patches/067-create-index-for-x_trx_log.sql} | 4 +
.../optimized/current/ranger_core_db_sqlserver.sql | 1 +
.../patches/067-create-index-for-x_trx_log.sql} | 18 +-
.../patch/cliutil/TrxLogV2MigrationUtil.java | 399 +++++++++++++++++++++
.../main/resources/META-INF/jpa_named_queries.xml | 26 ++
18 files changed, 653 insertions(+), 92 deletions(-)
create mode 100755
embeddedwebserver/scripts/ranger-admin-transaction-log-migrate.sh
copy security-admin/db/{sqlanywhere/patches/021-update-tag-for-owner.sql =>
mysql/patches/074-create-index-for-x_trx_log.sql} (66%)
copy security-admin/db/oracle/patches/{069-add-gz_json_x_security_zone.sql =>
067-create-index-for-x_trx_log.sql} (71%)
copy security-admin/db/postgres/patches/{021-update-tag-for-owner.sql =>
074-create-index-for-x_trx_log.sql} (64%)
copy security-admin/db/{mysql/xa_db_bare.sql =>
sqlanywhere/patches/067-create-index-for-x_trx_log.sql} (90%)
copy
security-admin/db/{sqlanywhere/patches/050-create-index-for-resource-signature.sql
=> sqlserver/patches/067-create-index-for-x_trx_log.sql} (72%)
create mode 100644
security-admin/src/main/java/org/apache/ranger/patch/cliutil/TrxLogV2MigrationUtil.java