This is an automated email from the ASF dual-hosted git repository.

alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from 72b325312 [rpc] tighten TLS cert requirements for JWT authn
     new b65b95af3 [master] add /ipki-ca-cert webserver end-point
     new 45d65aef8 [client] allow adding trusted CA certs for RPC connection 
negotiation
     new 8c546ae7f [python] allow adding trusted CA certs when using JWT

The 3 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       | 196 ++++++++++++++++++---
 .../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 +
 14 files changed, 306 insertions(+), 50 deletions(-)

Reply via email to