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

Improve diagnostics message when users have secret_key misconfigured #17410

Merged

Commits on Aug 4, 2021

  1. Improve diagnostics message when users have secret_key misconfigured

    Recently fixed log open-access vulnerability have caused
    quite a lot of questions and issues from the affected users who
    did not have webserver/secret_key configured for their workers
    (effectively leading to random value for those keys for workers)
    
    This PR explicitly explains the possible reason for the problem and
    encourages the user to configure their webserver's secret_key
    in both - workers and webserver.
    
    Related to: apache#17251 and a number of similar slack discussions.
    potiuk committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d5d9413 View commit details
    Browse the repository at this point in the history
  2. Update airflow/utils/log/file_task_handler.py

    Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
    potiuk and ashb committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    585b6cd View commit details
    Browse the repository at this point in the history