gaurav singh has posted comments on this change. ( http://gerrit.cloudera.org:8080/22424 )
Change subject: IMPALA-13675: OAuth AuthN Support for Impala Shell ...................................................................... Patch Set 9: (3 comments) http://gerrit.cloudera.org:8080/#/c/22424/8//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/22424/8//COMMIT_MSG@15 PS8, Line 15: Testing(okta oauth server): > Is there any way to add automated tests possibly using a mock for the auth Since the request/response are dependent on okta implementation, they can change in the future. http://gerrit.cloudera.org:8080/#/c/22424/8/shell/impala_shell.py File shell/impala_shell.py: http://gerrit.cloudera.org:8080/#/c/22424/8/shell/impala_shell.py@1017 PS8, Line 1017: print("HTTP error: ", res.status, res.read().decode("utf-8")) > Should we print out the response body here too in case there is more inform Done http://gerrit.cloudera.org:8080/#/c/22424/8/shell/impala_shell.py@1021 PS8, Line 1021: self.oauth = json_body["access_token"] > Will the refresh token flow also be implemented? There is a separate jira for that. Will be implemented as a separate patch. -- 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: comment Gerrit-Change-Id: I84e26d54f6a53696660728efb239ffd43de4c55d Gerrit-Change-Number: 22424 Gerrit-PatchSet: 9 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> Gerrit-Comment-Date: Wed, 19 Mar 2025 17:04:27 +0000 Gerrit-HasComments: Yes