vincbeck commented on PR #36052:
URL: https://github.com/apache/airflow/pull/36052#issuecomment-1885139430

   > Update init_api_auth_provider function.
   In  get_api_endpoints function we use connexion_app.add_api and expect 
FlaskApi as a return object, but add_api function always return None. 
Previously we use FlaskApi object for taking blueprints and then extend our 
base_paths here: 
https://github.com/apache/airflow/pull/36052/files#diff-a1cf5a1eea3231a292d789d82df7943bfe8fa89ca955404b2f9cdaa25e08fa80R309
   @vincbeck is it important to save this logic for fab_auth_manager or is it 
enough to register blueprints under connexion_app.add_api functionality?
   
   I am not sure this is relevant anymore. The signature of `get_api_endpoints` 
changed. See 
[here](https://github.com/apache/airflow/blob/main/airflow/providers/fab/auth_manager/fab_auth_manager.py#L149).
 It should simplify the problem.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to