Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11750
Change subject: WIP KUDU-2542: add initial authorization token impl ...................................................................... WIP KUDU-2542: add initial authorization token impl WIP: add tests for the authz token validity interval This patch adds adds an authorization token that echoes the authentication token implementation. These tokens contain privileges that will be used authorize specific tablet server requests. The tokens leverage the same token signer as the authentication tokens, though with the token validity interval configured via the new flag --authz_token_validity_seconds. Change-Id: Id28747ec38675abdf50dce1e7c176d29213e370f --- M src/kudu/integration-tests/security-unknown-tsk-itest.cc M src/kudu/master/master.cc M src/kudu/rpc/negotiation-test.cc M src/kudu/security/token-test.cc M src/kudu/security/token.proto M src/kudu/security/token_signer.cc M src/kudu/security/token_signer.h 7 files changed, 202 insertions(+), 62 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/11750/1 -- To view, visit http://gerrit.cloudera.org:8080/11750 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id28747ec38675abdf50dce1e7c176d29213e370f Gerrit-Change-Number: 11750 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
