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 5f004b112f4 feat(AIP-84): add auth to /ui/backfills (#47657)
add d5ea56ae4be AIP-84 Add Auth for DAG Versioning (#47553)
No new revisions were added by this update.
Summary of changes:
.../auth/managers/models/resource_details.py | 3 ++-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 4 +++
.../core_api/routes/public/dag_versions.py | 6 ++++-
airflow/security/permissions.py | 1 +
.../aws/auth_manager/test_aws_auth_manager.py | 29 ++++++++++++++++------
.../common/compat/security/permissions.py | 16 +++++++++---
.../providers/fab/auth_manager/fab_auth_manager.py | 2 ++
.../fab/auth_manager/security_manager/override.py | 3 ++-
.../providers/fab/www/security/permissions.py | 1 +
.../tests/unit/fab/auth_manager/test_security.py | 3 ++-
.../core_api/routes/public/test_dag_versions.py | 20 +++++++++++++++
11 files changed, 74 insertions(+), 14 deletions(-)