stijndehaes commented on issue #4931: [AIRFLOW-4109] Added support for passing the airflow fernet key to th… URL: https://github.com/apache/airflow/pull/4931#issuecomment-474381299 Hi @XD-DENG, I have tried this but I started from this helm chart: https://github.com/helm/charts/tree/master/stable/airflow All configuration is set through environment variables not through the airflow.cfg. I tried to add it via: AIRFLOW__KUBERNETES_ENVIRONMENT_VARIABLE__AIRFLOW__CORE__FERNET_KEY. But this doesn't seem to work. Didn't try to debug this though. But I can guess that the multiple double underscores mess stuff up. But this got me wondering shouldn't just pass the fernet key by default to the workers. Or do we want everyone to configure this themselves? Just an open question, I am interested in you opinion. But I think we should enable passing the fernet key by default. This will be easier for most users.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
