This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 0a45b4d [sentry] add require_db_privileges flag for ListTables
new 2d61c8f KUDU-2870: allow super-user to skip authz checks in Checksum
new 86a0dc2 KUDU-2871 (part 1): disable TLS 1.3.
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/security-itest.cc | 76 ++++++++++++++++++++++++----
src/kudu/rpc/client_negotiation.cc | 4 +-
src/kudu/security/tls_context.cc | 7 +++
src/kudu/server/server_base.cc | 7 ++-
src/kudu/server/server_base.h | 3 ++
src/kudu/tools/kudu-tool-test.cc | 30 +++++++++++
src/kudu/tserver/tablet_service.cc | 7 ++-
7 files changed, 119 insertions(+), 15 deletions(-)