The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
0b1e26c47417292f69d06face81b54ab87ec4ca3 / Ash Berlin-Taylor <[email protected]>
Config improvments to using JWKS with the JWT code

Previously it was hard-coded to only use the thumbprint of the privkey as the
`kid`, which is a sensible default but not the only way JWKS documents work,
and it has to match between the generator and validator.

Additionally the JWTValidator had no way of specifying the algorithm(s) to use
when using a JWKS document and it would always fail. This now respects the
same config option that the JWTGenerator looked at.

Report URL: https://github.com/apache/airflow/actions/runs/13992052891

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to