Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/19808
Change subject: WIP [client] KUDU-3472 C++ client API to import JWT
......................................................................
WIP [client] KUDU-3472 C++ client API to import JWT
This patch addresses add C++ client API to specify a JWT for a newly
built C++ client instance.
WIP:
* more detailed changelist description
* more tests w.r.t. handling JWT and the rest of the authn creds
(i.e. what to use when both the authn token and JWT is present?)
* should we export JWT part into the authn creds out of a client;
are there any security issues with that (those are primary creds)
Change-Id: I8333f1d0c3b4e92ef8430c7ad91bb7da963aceb9
---
M src/kudu/client/client.cc
M src/kudu/client/client.h
M src/kudu/client/client_builder-internal.h
M src/kudu/integration-tests/security-itest.cc
4 files changed, 87 insertions(+), 60 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/19808/1
--
To view, visit http://gerrit.cloudera.org:8080/19808
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8333f1d0c3b4e92ef8430c7ad91bb7da963aceb9
Gerrit-Change-Number: 19808
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>