Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-2
Description
In IMPALA-10489, we added JWT support for Impala. The implementation assume the JWKS for JWT verification are provided as a local json file, which is specified with starting flag. In some deployment scenarios, JWKS for JWT verification are provided as URL, for example, URL for a Knox endpoint. In such case, Impala should be able to download the JWKS from the given URL.
libcurl was added to Impala native toolchain so that we could call libcurl's API to download JWKS from the given URL.