This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7d29a786407 Re-introduce (and correctly call) the ExecutorSafeguard in
TaskSDK (#47523)
add 1e2660b3fca AIP 84 - Add auth for asset alias (#47241)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/auth/managers/base_auth_manager.py | 17 +++++++++++
.../auth/managers/models/resource_details.py | 7 +++++
.../auth/managers/simple/simple_auth_manager.py | 15 ++++++++++
.../api_fastapi/core_api/openapi/v1-generated.yaml | 4 +++
.../api_fastapi/core_api/routes/public/assets.py | 8 ++++-
airflow/api_fastapi/core_api/security.py | 17 +++++++++++
airflow/security/permissions.py | 1 +
.../amazon/aws/auth_manager/avp/entities.py | 1 +
.../amazon/aws/auth_manager/aws_auth_manager.py | 14 ++++++++-
.../aws/auth_manager/test_aws_auth_manager.py | 35 ++++++++++++++++++++--
.../providers/common/compat/assets/__init__.py | 5 ++--
.../common/compat/security/permissions.py | 6 ++--
.../providers/fab/auth_manager/fab_auth_manager.py | 11 +++++--
.../fab/auth_manager/security_manager/override.py | 5 ++--
.../providers/fab/www/security/permissions.py | 1 +
.../unit/fab/auth_manager/test_fab_auth_manager.py | 3 +-
.../tests/unit/fab/auth_manager/test_security.py | 5 ++--
.../managers/simple/test_simple_auth_manager.py | 4 ++-
.../auth/managers/test_base_auth_manager.py | 10 +++++++
19 files changed, 151 insertions(+), 18 deletions(-)