This is an automated email from the ASF dual-hosted git repository. abukor pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
from 08bd36a87 [Python] Refactor tests to use assertRaisesRegex new 3d56a26b9 jwt: add control points for test binaries new 8595384de [jwt] Verify JWKS URL server TLS certificate by default new a3a7c97be jwt: Java client usage of JWTs 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: .../org/apache/kudu/backup/TestKuduBackup.scala | 6 +- .../java/org/apache/kudu/client/Negotiator.java | 24 ++++ .../org/apache/kudu/client/SecurityContext.java | 24 ++++ .../java/org/apache/kudu/test/KuduTestHarness.java | 4 + .../apache/kudu/test/cluster/MiniKuduCluster.java | 45 ++++++- .../org/apache/kudu/test/TestMiniKuduCluster.java | 40 ++++++ src/kudu/integration-tests/CMakeLists.txt | 3 +- src/kudu/integration-tests/security-itest.cc | 127 +++++++++++++++++ src/kudu/mini-cluster/CMakeLists.txt | 1 + src/kudu/mini-cluster/external_mini_cluster.cc | 7 +- src/kudu/security/test/test_certs.cc | 150 +++++++++++++++++++++ src/kudu/security/test/test_certs.h | 7 + src/kudu/server/server_base.cc | 17 ++- src/kudu/tools/tool.proto | 10 +- src/kudu/tools/tool_action_test.cc | 24 ++++ src/kudu/util/jwt-util-internal.h | 11 +- src/kudu/util/jwt-util-test.cc | 54 ++++---- src/kudu/util/jwt-util.cc | 38 ++++-- src/kudu/util/jwt-util.h | 19 ++- src/kudu/util/mini_oidc.cc | 32 ++++- src/kudu/util/mini_oidc.h | 7 + 21 files changed, 590 insertions(+), 60 deletions(-)