potiuk commented on PR #57642: URL: https://github.com/apache/airflow/pull/57642#issuecomment-3494014300
> I was referring to that in crypto.py there is a `NullFernet` (See https://github.com/apache/airflow/pull/57642/files#diff-ea01949f936d456948b59bea1b89f14e28c7ecfc952063998ca4d0176c761d4fR44) which implements the protocol but is a NOP crypt. It is selected if no FERNET_KEY is configured (see https://github.com/apache/airflow/pull/57642/files#diff-ea01949f936d456948b59bea1b89f14e28c7ecfc952063998ca4d0176c761d4fR111)... but if configuration.py:2108 always generates one if not configured we can potentially consider dropping the NullFernet? Likely :). Don't know why else we would use it. -- 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]
