Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create airflow.webserverSecretKey (with default value) #332

Closed
thesuperzapper opened this issue Jul 27, 2021 · 0 comments · Fixed by #346
Closed

create airflow.webserverSecretKey (with default value) #332

thesuperzapper opened this issue Jul 27, 2021 · 0 comments · Fixed by #346
Labels
kind/bug kind - things not working properly

Comments

@thesuperzapper
Copy link
Member

thesuperzapper commented Jul 27, 2021

As of airflow 2.1.2, you must set AIRFLOW__WEBSERVER__SECRET_KEY (see apache/airflow#16754) or the webserver will be unable to get the logs from the workers, as reported in #327.

We should make a new value called airflow.webserverSecretKey that sets AIRFLOW__WEBSERVER__SECRET_KEY in Secret/airflow-config. (NOTE: the value must have a default value, as using randAlphaNum breaks tools like argo-cd)

@thesuperzapper thesuperzapper added the kind/enhancement kind - new features or changes label Jul 27, 2021
@thesuperzapper thesuperzapper added this to Unsorted in Issue Triage and PR Tracking via automation Jul 27, 2021
@thesuperzapper thesuperzapper moved this from Unsorted to To Do | priority-p1 in Issue Triage and PR Tracking Jul 27, 2021
@thesuperzapper thesuperzapper added kind/bug kind - things not working properly and removed kind/enhancement kind - new features or changes labels Jul 27, 2021
@thesuperzapper thesuperzapper moved this from To Do | priority-p1 to In Progress in Issue Triage and PR Tracking Aug 6, 2021
Issue Triage and PR Tracking automation moved this from In Progress to Done Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug kind - things not working properly
Development

Successfully merging a pull request may close this issue.

1 participant