-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:autharea:corekind:bugThis is a clearly a bugThis is a clearly a bug
Description
Apache Airflow version
main (development)
If "Other Airflow 2/3 version" selected, which one?
No response
What happened?
If you have a task running more than [execution_api] jwt_expiration_time (by default 10 minutes), the task fails because the JWT token expires without getting refreshed.
jwt.exceptions.ExpiredSignatureError: Signature has expired
What you think should happen instead?
The token should be refreshed before the token expires, it was working as such before but #58524 introduced this bug.
How to reproduce
Have a task that takes more than [execution_api] jwt_expiration_time. It will fail before it completes.
Operating System
Macos
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
matthieuauger
Metadata
Metadata
Assignees
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:autharea:corekind:bugThis is a clearly a bugThis is a clearly a bug