Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19972 )
Change subject: jwt: Java client usage of JWTs ...................................................................... jwt: Java client usage of JWTs This change introduces modifications to the Negotiator and the SecurityContext classes to be able to handle JWT authentication from the Java client. Also adding a test where the client is set up with a JWT that was generated by the MiniOIDC that starts along with the ExternalMiniCluster. Change-Id: Id02dcd7ee57a838f4763500e78053e21aac21c09 Reviewed-on: http://gerrit.cloudera.org:8080/18477 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Attila Bukor <[email protected]> (cherry picked from commit a3a7c97be031f8fc32402e430eff1a89c19dbdfb) Reviewed-on: http://gerrit.cloudera.org:8080/19972 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/Negotiator.java M java/kudu-client/src/main/java/org/apache/kudu/client/SecurityContext.java M java/kudu-test-utils/src/main/java/org/apache/kudu/test/KuduTestHarness.java M java/kudu-test-utils/src/test/java/org/apache/kudu/test/TestMiniKuduCluster.java 4 files changed, 83 insertions(+), 8 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19972 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: Id02dcd7ee57a838f4763500e78053e21aac21c09 Gerrit-Change-Number: 19972 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
