Hello Jason Fehr, Impala Public Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22424 to look at the new patch set (#11). Change subject: WIP IMPALA-13675: OAuth AuthN Support for Impala Shell ...................................................................... WIP IMPALA-13675: OAuth AuthN Support for Impala Shell This patch adds the support to fetch access tokens from the OAuth Server using the OAuth client_id and client_secret if the access token is not provided. The client_secret can either be passed as a file or be prompted to enter. Testing(okta oauth server): - Tested manually by providing --user <user> and --oauth_client_secret_cmd="cat password_file.txt" - Tested manually by providing --user <user> and no --oauth_client_secret_cmd, thereby prompting the user to enter the client_secret. Change-Id: I84e26d54f6a53696660728efb239ffd43de4c55d --- M shell/impala_shell.py M shell/option_parser.py A testdata/jwt/jwks_client_secret M tests/custom_cluster/test_shell_jwt_auth.py A tests/util/mock_oauth_server.py 5 files changed, 203 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/22424/11 -- To view, visit http://gerrit.cloudera.org:8080/22424 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I84e26d54f6a53696660728efb239ffd43de4c55d Gerrit-Change-Number: 22424 Gerrit-PatchSet: 11 Gerrit-Owner: gaurav singh <gsi...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Jason Fehr <jf...@cloudera.com> Gerrit-Reviewer: gaurav singh <gsi...@cloudera.com>