Skip to content

Commit

Permalink
Merge pull request #1162 from himank/AddFernetKey
Browse files Browse the repository at this point in the history
Adding fernet key to use it as part of stdout commands
  • Loading branch information
patrickleotardif committed Mar 23, 2016
2 parents 0fe9997 + 4aabd0c commit 2a98d28
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 @@ -392,6 +392,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 2a98d28

Please sign in to comment.