This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch branch-1.12.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from a06af64 [docker] Fix Docker build on the centOS 8 base image
new 86ac033 [ranger] Fix and refactor RangerClient
new b0f2925 KUDU-3078 Add Ranger tests to master_authz-itest
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:
src/kudu/integration-tests/CMakeLists.txt | 2 +-
src/kudu/integration-tests/hms_itest-base.cc | 64 +-
src/kudu/integration-tests/hms_itest-base.h | 44 +-
...aster_sentry-itest.cc => master_authz-itest.cc} | 1079 ++++++++++++++------
src/kudu/integration-tests/master_hms-itest.cc | 114 ++-
src/kudu/integration-tests/ts_sentry-itest.cc | 146 ++-
src/kudu/master/ranger_authz_provider.cc | 209 +++-
src/kudu/ranger/mini_ranger-test.cc | 19 +-
src/kudu/ranger/mini_ranger.cc | 27 +-
src/kudu/ranger/mini_ranger.h | 21 +-
src/kudu/ranger/ranger_client-test.cc | 42 +-
src/kudu/ranger/ranger_client.cc | 94 +-
src/kudu/ranger/ranger_client.h | 40 +-
13 files changed, 1266 insertions(+), 635 deletions(-)
rename src/kudu/integration-tests/{master_sentry-itest.cc =>
master_authz-itest.cc} (56%)