This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 21a2fa55453 Keycloak: implement client_credentials grant flow (#59411)
add a4f3417bb0a Check team boundaries in connections (#59476)
No new revisions were added by this update.
Summary of changes:
.../execution_api/routes/connections.py | 9 ++++--
airflow-core/src/airflow/models/connection.py | 28 +++++++++++-------
.../src/airflow/secrets/environment_variables.py | 8 ++++-
.../src/airflow/secrets/local_filesystem.py | 2 +-
airflow-core/src/airflow/secrets/metastore.py | 14 +++++++--
airflow-core/tests/unit/always/test_secrets.py | 8 ++---
airflow-core/tests/unit/models/test_connection.py | 34 ++++++++++++++++++++--
.../amazon/aws/secrets/secrets_manager.py | 3 +-
.../amazon/aws/secrets/systems_manager.py | 3 +-
.../google/cloud/secrets/secret_manager.py | 3 +-
.../airflow/providers/hashicorp/secrets/vault.py | 2 +-
.../providers/microsoft/azure/secrets/key_vault.py | 3 +-
.../airflow/providers/yandex/secrets/lockbox.py | 3 +-
.../src/airflow_shared/secrets_backend/base.py | 8 +++--
.../sdk/execution_time/secrets/execution_api.py | 10 ++++---
15 files changed, 102 insertions(+), 36 deletions(-)