JWT Signature verification failed #54178
Unanswered
TyranVdMerwePaytec
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running into the following issue when trying to run DAGs after the API server pod has restarted (OOM, Evicted, etc):
`
Failed to validate JWT [airflow.api_fastapi.execution_api.deps] token=redacted
/home/airflow/.local/lib/python3.12/site-packages/airflow/api_fastapi/execution_api/deps.py:86 in call
/home/airflow/.local/lib/python3.12/site-packages/airflow/api_fastapi/auth/tokens.py:327 in avalidated_claims
/home/airflow/.local/lib/python3.12/site-packages/jwt/api_jwt.py:222 in decode
/home/airflow/.local/lib/python3.12/site-packages/jwt/api_jwt.py:156 in decode_complete
/home/airflow/.local/lib/python3.12/site-packages/jwt/api_jws.py:220 in decode_complete
/home/airflow/.local/lib/python3.12/site-packages/jwt/api_jws.py:328 in _verify_signature
InvalidSignatureError: Signature verification failed
`
The jwt secret (key) is set by the Helm install and does not change.
The only way to resolve the issue is to restart the scheduler pod.
Any ideas or advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions