vincbeck opened a new issue, #44847: URL: https://github.com/apache/airflow/issues/44847
### 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? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org