Skip to content

Commit

Permalink
Adding fernet key to use it as part of stdout commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Himank Chaudhary committed Mar 17, 2016
1 parent b95559a commit 4aabd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ class ConfigParserWithDefaults(ConfigParser):
# store password on boxes in text files.
as_command_stdout = {
('core', 'sql_alchemy_conn'),
('core', 'fernet_key'),
('celery', 'broker_url'),
('celery', 'celery_result_backend')
}
Expand Down

0 comments on commit 4aabd0c

Please sign in to comment.