jscheffl opened a new pull request, #57988:
URL: https://github.com/apache/airflow/pull/57988

   After PR #57642 I thought a round and with this PR I am removing the not 
used NullFernet.
   
   In the past it was possible to run w/o Fernet-Key and then the NullFernet 
was a NOP encryption. Nevertheless in some security hardening this was actually 
disabled as the configuration loader in 
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/configuration.py#L2108
 the FERNET_KEY is always set if not defined.
   
   So in my view we can remove the NullFernet... and clean a bit of overhead in 
the codebase.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to