Skip to content

Warning about unencryptet connection passwords if fernet_key is passed via environment variable. #920

@amerkel2

Description

@amerkel2

If fernet_key is not specified in airflow.cfg, but passed via the environment variable AIRFLOW__CORE__FERNET_KEY, the warning about unencrypted passwords appears although passwords are encrypted. The reason is that the check uses ConfigParsers has_key(), which does not consider the environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions