Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24374 )
Change subject: KUDU-3781: Add TLS support to MiniHms ...................................................................... KUDU-3781: Add TLS support to MiniHms This change adds the functionality of generating a PKCS12 keystore for the MiniHms when TLS is enabled and wires the generated keystore into the HMS configuration. Added a very simple test for sanity checking, to confirm that the HMS configs are properly generated, this should be replaced by a more detailed test, when the HMS client TLS support is added. Additionally, ExternalMiniClusterOptions and ExternalMiniCluster were extended to support the added functionality. Change-Id: I8fca647fd900fafc6d737c93a4af4565631839b7 Reviewed-on: http://gerrit.cloudera.org:8080/24374 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/hms/hms_client-test.cc M src/kudu/hms/mini_hms.cc M src/kudu/hms/mini_hms.h M src/kudu/mini-cluster/external_mini_cluster.cc M src/kudu/mini-cluster/external_mini_cluster.h 5 files changed, 256 insertions(+), 4 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24374 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8fca647fd900fafc6d737c93a4af4565631839b7 Gerrit-Change-Number: 24374 Gerrit-PatchSet: 5 Gerrit-Owner: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
