You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/01/15 14:29:33 UTC

[airflow-ci-infra] 01/01: Merge pull request #1 from apache/register-runner-script

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 5f15999ea286cdb623b29c90d9f977a29749f333
Merge: 2afed3f f74ed83
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Jan 15 14:29:26 2021 +0000

    Merge pull request #1 from apache/register-runner-script
    
    Add script to help store self-hosted runner creds in AWS SSM

 .flake8                       |  20 ++++
 .pre-commit-config.yaml       |  91 +++++++++++++++++++
 README.rst                    |  17 ++++
 license-templates/LICENSE.rst |  16 ++++
 license-templates/LICENSE.txt |  16 ++++
 pyproject.toml                |  28 ++++++
 requirements.txt              |  20 ++++
 scripts/store-agent-creds.py  | 206 ++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 414 insertions(+)