KyleJamesWalker 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-548045257
 
 
   @ashb It works as expected in `1.10.6` thanks!
   
   So with 1.10.6 we can do:
   ```
   AIRFLOW__KUBERNETES_ENVIRONMENT_VARIABLES__FERNET_KEY: "xxx="
   ```
   And the worker will be able to successfully access the airflow variables.
   
   I did find that if I tried to make a variable like the following, it was set 
to an empty string.
   ```
   AIRFLOW__KUBERNETES_ENVIRONMENT_VARIABLES__KylE: "Hello there!"
   ```
   
   
   
   Note: We still ended up going with:
   ```
   AIRFLOW__KUBERNETES__ENV_FROM_CONFIGMAP_REF: "airflow-env"
   ```
   as it pulls in everything without the need to duplicate values.
   
   

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

Reply via email to