You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: The secret_key setting under the webserver config has an insecure value - Airflow has failed safe and refuses to start. Please change this value to a new, per-environment, randomly generated
string, for example using this command openssl rand -hex 30
This change was done in #12747 . I guess you need to update your secret_key value as suggested in the error message. Is this a fresh installation or you are upgrading from another Airflow version?
Apache Airflow version
2.3.0 (latest released)
What happened
ERROR: The
secret_key
setting under the webserver config has an insecure value - Airflow has failed safe and refuses to start. Please change this value to a new, per-environment, randomly generatedstring, for example using this command
openssl rand -hex 30
What you think should happen instead
No response
How to reproduce
No response
Operating System
Ubuntu 22.04
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
from conda forge channel of conda
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: