Anubhav Jindal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24448
Change subject: IMPALA-14799: Add oauth_servers JSON config for multiple identity providers ...................................................................... IMPALA-14799: Add oauth_servers JSON config for multiple identity providers Introduce --oauth_servers to configure multiple JWT/OAuth identity providers, migrate legacy jwks_* and oauth_* flags into the new structure with deprecation warnings, and verify tokens against all configured JWKS sources. Co-authored-by: Cursor <[email protected]> Change-Id: Ib29ff36600406ba59c10f29d79cc632020f4a3f7 --- M be/src/rpc/authentication.cc M be/src/runtime/exec-env.cc M be/src/runtime/exec-env.h M be/src/service/impala-server.cc M be/src/util/CMakeLists.txt M be/src/util/jwt-util-internal.h M be/src/util/jwt-util.cc M be/src/util/jwt-util.h A be/src/util/oauth-server-config-test.cc A be/src/util/oauth-server-config.cc A be/src/util/oauth-server-config.h A be/src/util/oauth-servers-manager.cc A be/src/util/oauth-servers-manager.h M be/src/util/webserver.cc 14 files changed, 689 insertions(+), 124 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/48/24448/1 -- To view, visit http://gerrit.cloudera.org:8080/24448 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib29ff36600406ba59c10f29d79cc632020f4a3f7 Gerrit-Change-Number: 24448 Gerrit-PatchSet: 1 Gerrit-Owner: Anubhav Jindal <[email protected]>
