Jason Fehr created IMPALA-12558:
-----------------------------------
Summary: JSON Web Keys (JWK) Must Contain alg Property
Key: IMPALA-12558
URL: https://issues.apache.org/jira/browse/IMPALA-12558
Project: IMPALA
Issue Type: Bug
Components: be, Security
Reporter: Jason Fehr
According to the [JWK
RFC|https://datatracker.ietf.org/doc/html/rfc7517#section-4.4], the "alg"
property is optional on JWKs. If not specified on the JWK, then the JWT must
specify this property in its header. See the [JWT
RFC|https://datatracker.ietf.org/doc/html/rfc7519#section-5] for details.
Update Impala so that the "alg" property is no longer required on the JWKs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)