You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2022/03/01 00:09:09 UTC

[kudu-CR] WIP [rpc] allow using JWT for client authentication

Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18282


Change subject: WIP [rpc] allow using JWT for client authentication
......................................................................

WIP [rpc] allow using JWT for client authentication

This is a very raw patch: initial approach to use JWT for client
authentication.

WIP:
  * implemented the functionality
  * add tests

Change-Id: I86ab2eaa62dfb375410a968e5a6176431aa4d415
---
M src/kudu/rpc/client_negotiation.cc
M src/kudu/rpc/negotiation.cc
M src/kudu/rpc/negotiation.h
M src/kudu/rpc/rpc_header.proto
M src/kudu/rpc/server_negotiation.cc
M src/kudu/rpc/server_negotiation.h
M src/kudu/security/CMakeLists.txt
A src/kudu/security/jwt_verifier.cc
A src/kudu/security/jwt_verifier.h
M src/kudu/security/token.proto
10 files changed, 273 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/18282/1
-- 
To view, visit http://gerrit.cloudera.org:8080/18282
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I86ab2eaa62dfb375410a968e5a6176431aa4d415
Gerrit-Change-Number: 18282
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>

[kudu-CR] WIP [rpc] allow using JWT for client authentication

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has abandoned this change. ( http://gerrit.cloudera.org:8080/18282 )

Change subject: WIP [rpc] allow using JWT for client authentication
......................................................................


Abandoned
-- 
To view, visit http://gerrit.cloudera.org:8080/18282
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I86ab2eaa62dfb375410a968e5a6176431aa4d415
Gerrit-Change-Number: 18282
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Andrew Wong <an...@g.ucla.edu>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)