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 45eeff4476 Use new exception type inheriting BaseException for
SIGTERMs (#37613)
add 0c2d2c6544 Implement `batch_is_authorized_*` APIs in AWS auth manager
(#37430)
No new revisions were added by this update.
Summary of changes:
.../endpoints/task_instance_endpoint.py | 1 -
airflow/auth/managers/base_auth_manager.py | 47 +++----
airflow/auth/managers/models/batch_apis.py | 5 -
.../amazon/aws/auth_manager/avp/facade.py | 68 +++++++++-
.../amazon/aws/auth_manager/aws_auth_manager.py | 112 +++++++++++++++-
.../amazon/aws/auth_manager/avp/test_facade.py | 60 +++++++++
.../aws/auth_manager/test_aws_auth_manager.py | 148 +++++++++++++++++++++
7 files changed, 400 insertions(+), 41 deletions(-)