Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19987 )
Change subject: [master] add /ipki-ca-cert webserver end-point ...................................................................... [master] add /ipki-ca-cert webserver end-point This patch introduces a new /ipki-ca-cert end-point for the master's embedded webserver to provide information on the IPKI CA certificate used by a Kudu cluster. This information is useful in JWT-based authentication scenarios. The missing part of importing certificates into Kudu client's chain of trusted TLS certificates will be addressed in follow-up patches. Change-Id: I833d934cc1d916dba243a05aa96926d3b540b70d Reviewed-on: http://gerrit.cloudera.org:8080/19906 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> (cherry picked from commit b65b95af3c90964ee706967f570bff99897dcec8) Reviewed-on: http://gerrit.cloudera.org:8080/19987 Tested-by: Kudu Jenkins --- M src/kudu/integration-tests/security-itest.cc M src/kudu/integration-tests/webserver-crawl-itest.cc M src/kudu/master/master_cert_authority.h M src/kudu/master/master_path_handlers.cc M src/kudu/master/master_path_handlers.h M src/kudu/mini-cluster/webui_checker.h 6 files changed, 153 insertions(+), 8 deletions(-) Approvals: Kudu Jenkins: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19987 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I833d934cc1d916dba243a05aa96926d3b540b70d Gerrit-Change-Number: 19987 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
