You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, it is possible to extend the Flask Rest API using get_api_endpoints in the auth manager interface. In Airflow 3, we will no longer use Flask and use Fast API instead. The auth manager interface needs to be updated to add an option so that the auth manager can extend the Fast API defined in Airflow.
Use case/motivation
Example of usage: the FAB auth manager needs to extend the Airflow API to add user and roles related API.
Description
Today, it is possible to extend the Flask Rest API using
get_api_endpoints
in the auth manager interface. In Airflow 3, we will no longer use Flask and use Fast API instead. The auth manager interface needs to be updated to add an option so that the auth manager can extend the Fast API defined in Airflow.Use case/motivation
Example of usage: the FAB auth manager needs to extend the Airflow API to add user and roles related API.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: