The GitHub Actions job "Tests (AMD)" on airflow.git/fix-jwt-reissue-mid-request 
has succeeded.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
0700829ee87109a6f5bc70897265df2afc655d01 / anmolxlight <[email protected]>
Fix Execution API JWT reissue TOCTOU race

JWTReissueMiddleware re-validated the bearer token after the handler ran.
If the token expired mid-request, ExpiredSignatureError was swallowed and
no Refreshed-API-Token was returned, so the next heartbeat failed with 403.

Reuse claims already cached on the ASGI scope by JWTBearer instead.

Closes: #70222
Related: #67939
Signed-off-by: anmolxlight <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to