You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/03/24 21:22:18 UTC

[airflow] branch main updated (f06b395 -> 7ab45d4)

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

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from f06b395  Add map_index and run_id to TaskFail (#22260)
     add 7ab45d4  Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/secrets/secrets_manager.py          | 31 ++++++++++++++++++++--
 .../amazon/aws/secrets/systems_manager.py          | 29 +++++++++++++++++++-
 .../google/cloud/secrets/secret_manager.py         | 30 +++++++++++++++++++--
 airflow/providers/hashicorp/secrets/vault.py       | 13 +++++++--
 .../providers/microsoft/azure/secrets/key_vault.py | 31 ++++++++++++++++++++--
 .../security/secrets/secrets-backend/index.rst     | 15 +++--------
 .../amazon/aws/secrets/test_secrets_manager.py     |  6 ++---
 .../amazon/aws/secrets/test_systems_manager.py     |  6 ++---
 .../google/cloud/secrets/test_secret_manager.py    |  6 ++---
 .../azure/secrets/test_azure_key_vault.py          |  6 ++---
 10 files changed, 141 insertions(+), 32 deletions(-)