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-6260] Drive _cmd config options by env var #6801

Merged
merged 1 commit into from
Dec 17, 2019

Commits on Dec 16, 2019

  1. [AIRFLOW-6260] Drive _cmd config option by env var

    This improves the ability to configure AirFlow
    using Kubernetes best practices. You can provide
    for exemple AIRFLOW__CORE__SQL_ALCHEMY_CONN_CMD
    referencing a shell script that computes the
    connection string using Kubernetes secrets.
    And that script can be provided to the container
    using a configmap.
    
    Adding a unit test to check that an option that
    should NOT be overriden by a command is correctly
    only read from the configuration.
    NBardelot committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    521d0c2 View commit details
    Browse the repository at this point in the history