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 62a73b164aa Fix double redirection while authenticating in Fab auth
manager (#57993)
add 7fed3901c32 Migrate FAB GET /roles/{name} to FastAPI (#58009)
No new revisions were added by this update.
Summary of changes:
.../openapi/v2-fab-auth-manager-generated.yaml | 48 +++++++++++++
.../fab/auth_manager/api_fastapi/routes/roles.py | 13 ++++
.../fab/auth_manager/api_fastapi/services/roles.py | 12 ++++
.../auth_manager/api_fastapi/routes/test_roles.py | 80 ++++++++++++++++++++++
.../api_fastapi/services/test_roles.py | 23 +++++++
5 files changed, 176 insertions(+)