Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19913 )
Change subject: [python] allow adding trusted CA certs when using JWT ...................................................................... [python] allow adding trusted CA certs when using JWT This patch updates Kudu Python client to allow for adding trusted CA certificates when authenticating to Kudu servers via JWT. TestJwt was correspondingly updated and re-enabled. Change-Id: Ie13ea1877e7711d00ede41d141c01a5240bb9205 Reviewed-on: http://gerrit.cloudera.org:8080/19913 Tested-by: Kudu Jenkins Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M python/kudu/__init__.py M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/common.py M python/kudu/tests/test_client.py 5 files changed, 62 insertions(+), 13 deletions(-) Approvals: Kudu Jenkins: Verified Marton Greber: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19913 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie13ea1877e7711d00ede41d141c01a5240bb9205 Gerrit-Change-Number: 19913 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[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]>
