"Encrypt them in the airflow.cfg" may not be feasible. Maybe you want to try using environment variables for these configuration items instead, which addresses security concerns at some level.
These documentation pages below may be helpful: - https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#sql-alchemy-conn - https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#envvar-AIRFLOW__-SECTION-__-KEY-_CMD - https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#envvar-AIRFLOW__-SECTION-__-KEY-_SECRET Regards, XD On Wed, Apr 21, 2021 at 9:45 AM Mehmet - <[email protected]> wrote: > Hi Team, > > Is it possible to keep sql_alchemy_conn and ldap-bind_user passwords > encrypted in the airflow.cfg? > > Thank you. > -- > Mehmet ERSOY >
