#56 fix secret_key check in production configuration of resultsdb_frontend
Closed: Fixed Opened by tflink.

The check to make sure Flask's secret_key isn't the default for production config is being done before any configuration is loaded and thus, always fails. This is preventing deployment of resultsdb_frontend in a production environment and needs to be fixed.

I've written a patch to fix the issue:
{F1456}


This ticket is a duplicate of https://pagure.io/taskotron/resultsdb/issue/3

I think this is completed as a part of #113.

Metadata