From 36b6e591700bdb3e3233eb58f826cae6442b59a8 Mon Sep 17 00:00:00 2001 From: xnuinside Date: Mon, 19 Aug 2019 12:54:37 +0300 Subject: [PATCH] clean up fernet key --- airflow.cfg | 2 +- airflow_celeryexecutor.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow.cfg b/airflow.cfg index bf0e2fb..135e62a 100644 --- a/airflow.cfg +++ b/airflow.cfg @@ -99,7 +99,7 @@ load_examples = False plugins_folder = /usr/local/airflow/plugins # Secret key to save connection passwords in the db -fernet_key = cryptography_not_found_storing_passwords_in_plain_text +fernet_key = # Whether to disable pickling dags donot_pickle = False diff --git a/airflow_celeryexecutor.cfg b/airflow_celeryexecutor.cfg index 3a4e688..50f2cb2 100644 --- a/airflow_celeryexecutor.cfg +++ b/airflow_celeryexecutor.cfg @@ -99,7 +99,7 @@ load_examples = False plugins_folder = /usr/local/airflow/plugins # Secret key to save connection passwords in the db -fernet_key = cryptography_not_found_storing_passwords_in_plain_text +fernet_key = # Whether to disable pickling dags donot_pickle = False