This is an automated email from the ASF dual-hosted git repository.

jhtimmins pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 2fbd238  Update s3_list.py (#18561)
     add 48d4c5d  Move FABs base Security Manager into Airflow. (#16647)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |    1 +
 NOTICE                                             |    8 +
 .../endpoints/role_and_permission_endpoint.py      |    2 +-
 .../config_templates/default_webserver_config.py   |   10 +-
 .../www/fab_security}/__init__.py                  |    0
 airflow/www/fab_security/manager.py                | 1822 ++++++++++++++++++++
 .../www/fab_security/sqla}/__init__.py             |    0
 airflow/www/fab_security/sqla/manager.py           |  580 +++++++
 airflow/www/security.py                            |    2 +-
 tests/test_utils/www.py                            |    2 +-
 10 files changed, 2419 insertions(+), 8 deletions(-)
 copy {tests/timetables => airflow/www/fab_security}/__init__.py (100%)
 create mode 100644 airflow/www/fab_security/manager.py
 copy {tests/timetables => airflow/www/fab_security/sqla}/__init__.py (100%)
 create mode 100644 airflow/www/fab_security/sqla/manager.py

Reply via email to