Noël Bardelot
Noël Bardelot
Note: For the moment in order to achieve the same goal I have to use the following wrapper script: ``` #!/bin/bash clean_exit() { cat "$1" /bin/rm -f "$ERR_FILE" "$OUT_FILE" exit...
@dinigo yes, but you have to replace AIRFLOW__CORE__FERNET_KEY with AIRFLOW__CORE__FERNET_KEY_CMD and use the correct volumeMount to make sure the /run/secrets/fernet-key file contains the secret's value.
@aalemanq The idea with variables looking like _CMD is the following; * you store the confidential value in a secret (Swarm of Kubernetes) * you mount the secret as a...
@aalemanq You do not need the `$()` around the command. The python script in charge of managing the configuration of Airflow already includes the execution of a shell to run...
@aalemanq pleasure to help, I've worked on this so if I can share... The `%0A` is a newline character (`\n`). When you read with cat, the last character is a...
> It's normal that inside entrypoint of 1.10.9 image there is no reference to enviroments _CMD? It depends on the Airflow image. Are you using the image from `puckel/docker-airflow` (this...
You'll need to rebuild the Docker image for puckel/docker-airflow with the commit I propose in this PR in order to make it work. That's the goal of the PR :)
The previous commit concerning the file `script/entrypoint.sh` is commit `a1d70c6` (a commit I made to fix other issues about `AIRFLOW__CELERY__BROKER_URL` and `AIRFLOW__CORE__SQL_ALCHEMY_CONN` not being taken into account). It was added...
It is not yet implemented. That's why I propose this PR with a commit to implement it.
In 2021, having a collaborative tool and choosing to make it non-interoperable, that does not reflect very positively on your dev philosophy.