You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/07 22:43:06 UTC

[GitHub] [airflow] jedcunningham commented on issue #16313: cryptography.fernet.InvalidToken when attempting to access connections

jedcunningham commented on issue #16313:
URL: https://github.com/apache/airflow/issues/16313#issuecomment-856309532


   I'm not able to reproduce this. Do you get a base64 string when you run the "echo Fernet Key" command `helm install` prints? e.g:
   
   ```
   echo Fernet Key: $(kubectl get secret --namespace airflow-test airflow-fernet-key -o jsonpath="{.data.fernet-key}" | base64 --decode)
   ```
   
   What are you using for K8s? What version of Helm do you have? I assume a new release name doesn't help, e.g. "airflow" -> "test"?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org