-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FABAuthManager migrate endpoints to FastAPI #44881
Comments
cc: @vincbeck |
Hi @pierrejeambrun, |
Assigned to you @andreimek , thanks |
Related to the discussion in #44883, we likely don't need to actually rewrite or convert these, just wrap them with WSGIMiddleware when auth managers start exposing fastapi subapps. |
Hey @andreimek , did you get a chance to work on this issue? Please do let us know if you need any help. |
Should we close this one? My understanding is we will not migrate the endpoints but just embed the Flask endpoint into the Fastapi? |
Yeah, and #45009 is already doing that mounting. |
Description
Depends on: #44847
FABAuthManager defines extra flask endpoints.
As part of the migration to FastAPI these endpoints need to be converted to FastAPI.
Endpoints located in
airflow/providers/fab/auth_manager/api_endpoints
needs to be converted to FastAPI. (Duplicated for now, legacy flask endpoint will be removed later)The text was updated successfully, but these errors were encountered: