albundy83 commented on issue #50538:
URL: https://github.com/apache/airflow/issues/50538#issuecomment-3006188614

   Have you tried to create:
   ```bash
   kubectl -n airflow create secret generic airflow-jwt-secret 
--from-literal="jwt-secret=$(python3 -c 'import secrets; 
print(secrets.token_hex(16))')"
   ```
   And add in helm chart:
   ```yaml
   jwtSecretName: airflow-jwt-secret
   ```
   
   The Secret name could be anything but the value MUST BE `jwt-secret` with 
hyphen not underscore :)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to