This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
from 2d0164f59 [server] remove unused JWT-related flags
new bfc68d29c [util] clear OpenSSL error queue on jwt-cpp activity
new c53646647 [rpc] tighten TLS cert requirements for JWT authn
new 5b5ac84e5 [master] add /ipki-ca-cert webserver end-point
new 99322479e [client] allow adding trusted CA certs for RPC connection
negotiation
new adebc84f2 [python] allow adding trusted CA certs when using JWT
The 5 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:
python/kudu/__init__.py | 13 +-
python/kudu/client.pyx | 7 +-
python/kudu/libkudu_client.pxd | 2 +
python/kudu/tests/common.py | 10 +-
python/kudu/tests/test_client.py | 43 ++++-
src/kudu/client/client.cc | 10 +
src/kudu/client/client.h | 6 +
src/kudu/client/client_builder-internal.h | 1 +
src/kudu/integration-tests/security-itest.cc | 208 +++++++++++++++++++--
.../integration-tests/webserver-crawl-itest.cc | 16 +-
src/kudu/master/master_cert_authority.h | 7 +-
src/kudu/master/master_path_handlers.cc | 42 ++++-
src/kudu/master/master_path_handlers.h | 2 +
src/kudu/mini-cluster/webui_checker.h | 1 +
src/kudu/rpc/client_negotiation.cc | 24 ++-
src/kudu/rpc/negotiation-test.cc | 16 +-
src/kudu/rpc/server_negotiation.cc | 9 +-
src/kudu/util/jwt-util-test.cc | 25 +--
src/kudu/util/jwt-util.cc | 68 ++++---
19 files changed, 419 insertions(+), 91 deletions(-)