Hello Dan Burkert, Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/6086
to review the following change.
Change subject: client: support exporting/importing authentication data
......................................................................
client: support exporting/importing authentication data
This adds the C++ side of being able to export and import tokens. This
will be useful for Impala in particular -- the front-end can acquire a
token and pass it as part of the the plan fragment descriptor to the
backends, so that the backends don't need to use Kerberos to
authenticate.
Change-Id: I846c47feab9a7be0dce625079193146bfc2dac7b
---
M src/kudu/client/client-test.cc
M src/kudu/client/client.cc
M src/kudu/client/client.h
M src/kudu/client/client_builder-internal.h
M src/kudu/security/tls_context.cc
M src/kudu/security/tls_context.h
6 files changed, 122 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/6086/1
--
To view, visit http://gerrit.cloudera.org:8080/6086
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I846c47feab9a7be0dce625079193146bfc2dac7b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>