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 <[email protected]>
