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-5705] Add secrets backend and support for AWS SSM #6376

Merged
merged 9 commits into from
Mar 14, 2020

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    d7ffc87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef5e7a View commit details
    Browse the repository at this point in the history
  3. rename creds --> secrets

    dstandish committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    aa0cf1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9996c8b View commit details
    Browse the repository at this point in the history
  5. remove getlist

    dstandish committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    d230f08 View commit details
    Browse the repository at this point in the history
  6. rejigger so that we don't have to re-import backend modules with ever…

    …y call to get_connection
    
    make pass config json to backend class init directly
    dstandish committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    b95b637 View commit details
    Browse the repository at this point in the history
  7. tighten up documentation

    dstandish committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    fe94c15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1221934 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67e2ea3 View commit details
    Browse the repository at this point in the history