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

[AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY #3651

Closed
wants to merge 1 commit into from

Commits on Jul 28, 2018

  1. [AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY

    It's recommended by Falsk community to use random
    SECRET_KEY for security reason.
    
    However, in Airflow there is a default value for
    secret_key and most users will ignore to change it.
    
    This may cause security concern.
    XD-DENG committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    c3f231b View commit details
    Browse the repository at this point in the history