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 8badad15411 Move find_path_from_directory to shared module_loading
library (#60114)
add d95d8bae5fa Fix ApprovalOperator with SimpleAuthManager when
all_admins=True (#59399)
No new revisions were added by this update.
Summary of changes:
.../docs/core-concepts/auth-manager/index.rst | 1 +
airflow-core/newsfragments/59399.feature.rst | 1 +
.../api_fastapi/auth/managers/base_auth_manager.py | 12 ++++++++++++
.../auth/managers/simple/simple_auth_manager.py | 20 ++++++++++++++++++++
.../api_fastapi/core_api/routes/public/hitl.py | 11 +++++++++--
.../managers/simple/test_simple_auth_manager.py | 22 ++++++++++++++++++++++
.../auth/managers/test_base_auth_manager.py | 20 ++++++++++++++++++++
7 files changed, 85 insertions(+), 2 deletions(-)
create mode 100644 airflow-core/newsfragments/59399.feature.rst