[ https://issues.apache.org/jira/browse/AIRFLOW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Siddharth Anand updated AIRFLOW-414: ------------------------------------ Summary: Improve error message for missing FERNET_KEY that is flashed in webserver (was: Improve error message for missing FERNET_KEY in webserver) > Improve error message for missing FERNET_KEY that is flashed in webserver > ------------------------------------------------------------------------- > > Key: AIRFLOW-414 > URL: https://issues.apache.org/jira/browse/AIRFLOW-414 > Project: Apache Airflow > Issue Type: Bug > Components: webserver > Reporter: Siddharth Anand > Assignee: Siddharth Anand > > Currently, when airflow encounters an encrypted Variable value or encrypted > password and extra params field in Connection, useless message is flashed on > the webserver that does not help pin down which Variable (i.e. key) or > Connection (i.e. login) is affected or which configuration element is > missing. > Instead a message like "Can't decrypt _val, configuration is missing" is > displayed. Short of looking in the code base, there is no way to know what > the problem is. > I propose adding both the Variable key or Connection login and the name of > the missing configuration element, FERNET_KEY in this case to the flashed > message. -- This message was sent by Atlassian JIRA (v6.3.4#6332)