GitHub user Blarc edited a comment on 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.

I think the solution is to set the `apiSecretKey` in values.yaml so it doesn't 
change on each `helm upgrade`.


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]

Reply via email to