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 2a29d299c KUDU-3452 A tool to report on table creation progress
     new 459207ff5 [build-support] unset *_proxy env variables for Python tests
     new d49b34aff [jwt] switching JWT verification to KeyBasedJwtVerifier

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:
 build-support/jenkins/build-and-test.sh        | 13 ++++-
 src/kudu/integration-tests/security-itest.cc   | 68 +++++++++++++++++++++++---
 src/kudu/mini-cluster/external_mini_cluster.cc | 16 +++---
 src/kudu/mini-cluster/external_mini_cluster.h  |  6 +++
 src/kudu/rpc/messenger.cc                      |  2 -
 src/kudu/rpc/negotiation-test.cc               | 10 ++--
 src/kudu/server/server_base.cc                 |  9 ++--
 src/kudu/util/jwt-util-test.cc                 |  6 ++-
 src/kudu/util/jwt-util.cc                      | 37 ++++++++------
 src/kudu/util/jwt-util.h                       | 36 +++++++++++---
 src/kudu/util/jwt.h                            |  2 +-
 src/kudu/util/mini_oidc.cc                     | 39 ++++++++++++---
 src/kudu/util/mini_oidc.h                      | 11 +++++
 13 files changed, 201 insertions(+), 54 deletions(-)

Reply via email to