Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18469
Change subject: rpc: plumb JWTs into the RPC layer ...................................................................... rpc: plumb JWTs into the RPC layer This patch plumbs JWT verification into our C++ RPC negotiation. It is limited in the sense that JWTs can be sent over unencrypted channels -- this should be addressed before using in production. Change-Id: I252f1e597d9df4408379c3b695f266dbd7f48dcc --- M src/kudu/client/client.proto M src/kudu/rpc/client_negotiation.cc M src/kudu/rpc/client_negotiation.h M src/kudu/rpc/messenger.cc M src/kudu/rpc/messenger.h M src/kudu/rpc/negotiation-test.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/token.proto M src/kudu/util/jwt-util.cc M src/kudu/util/jwt-util.h 14 files changed, 172 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/18469/1 -- To view, visit http://gerrit.cloudera.org:8080/18469 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I252f1e597d9df4408379c3b695f266dbd7f48dcc Gerrit-Change-Number: 18469 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
