vincbeck commented on issue #35234:
URL: https://github.com/apache/airflow/issues/35234#issuecomment-1802181398

   > I assume that what is urgent, is not blocking the migration path to 
Connexion 3 in the future, by now releasing the auth managers with an interface 
that expects them to return a `connexion.FlaskApi`.
   > 
   > If upgrading to Connexion 3 before that release is not an option, the best 
way around this from my perspective is to have the auth managers return 
something that can work with both Connexion 2 and Connexion 3.
   > 
   > > * Let the function return the specification and any kwargs to override.
   > >   
   > >   * You could provide a similar class yourself, possibly with only 
limited options that you want the function to be able to override. This way 
you're not exposing anything Connexion-specific to the function.
   
   Auth manager interface is not public, yet. It will take some time before 
having the interface considered as public so we will be able to change the 
interface


-- 
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