ashb commented on a change in pull request #4225: [AIRFLOW-3383] Rotate fernet
keys.
URL: https://github.com/apache/incubator-airflow/pull/4225#discussion_r243591064
##########
File path: airflow/bin/cli.py
##########
@@ -2109,7 +2119,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 and
variables.',
Review comment:
I don't see us rotating the encryption on variables anywhere....?
----------------------------------------------------------------
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