Hello Jason Fehr, Impala Public Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22600 to look at the new patch set (#8). Change subject: IMPALA-13813: OAuth/JWT Avoid key verification on every rpc call ...................................................................... IMPALA-13813: OAuth/JWT Avoid key verification on every rpc call This patch optimizes the OAuth/JWT flow by setting cookies in order to avoid token verification in every RPC call. The default cookie expiry time is 1 day. Testing: Modified existing custom cluster tests: - test_jwt_auth_valid: Reduced the expected jwt token verification success count to 1. - test_oauth_auth_valid: Reduced the expected oauth token verification success count to 1. Change-Id: I0e3e5d9cf8bdb99920611b06571515e05e15164e --- M be/src/rpc/authentication.cc M tests/custom_cluster/test_shell_jwt_auth.py M tests/custom_cluster/test_shell_oauth_auth.py 3 files changed, 15 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/22600/8 -- To view, visit http://gerrit.cloudera.org:8080/22600 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I0e3e5d9cf8bdb99920611b06571515e05e15164e Gerrit-Change-Number: 22600 Gerrit-PatchSet: 8 Gerrit-Owner: gaurav singh <gsi...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Jason Fehr <jf...@cloudera.com>