ashb commented on a change in pull request #4225: [AIRFLOW-3383] Rotate fernet
keys.
URL: https://github.com/apache/incubator-airflow/pull/4225#discussion_r242954268
##########
File path: airflow/bin/cli.py
##########
@@ -2108,7 +2118,12 @@ class CLIFactory(object):
'func': next_execution,
'help': "Get the next execution datetime of a DAG.",
'args': ('dag_id', 'subdir')
- }
+ },
+ {
+ 'func': rotate_fernet_key,
+ 'help': 'Rotate all encrypted connection credentials.',
Review comment:
Oh argh! We also encrypt variables too. Sorry, forgot about that before.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services