turbaszek edited a comment on issue #11048: URL: https://github.com/apache/airflow/issues/11048#issuecomment-697990015
> Return a message saying that fernet will be enabled by default when upgrading and > an empty key has to be explicitly set in the `fernet_key` option of > section `[core]` in the `airflow.cfg` file to retain the current behaviour as per https://github.com/apache/airflow/blob/master/UPDATING.md#fernet-is-enabled-by-default So we should check if `fernet_key` key in config is empty. If yes we should inform users than when migrating they will have to change it explicitly to empty. If someone has something in this field - they are all good. Also we should inform about this requirement: > At the same time, this means that the apache-airflow[crypto] extra-packages are always installed. However, this requires that your operating system has libffi-dev installed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
