GitHub user Blarc added a comment to the discussion: JWT Signature verification
failed
I have the same problem and I think I found the answer. Whenever you do `helm
upgrade` the secret with the `api-secret-key` is re-created because the helm
chart uses:
`api-secret-key: {{ (.Values.apiSecretKey) | default (randAlphaNum 32) | b64enc
| quote }}`
But this value is not propagated to the pods until the pods are restarted. The
helm upgrade command restarts only the pods that were changed.
GitHub link:
https://github.com/apache/airflow/discussions/54178#discussioncomment-14369761
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]