vincbeck commented on issue #51362: URL: https://github.com/apache/airflow/issues/51362#issuecomment-3598745356
I do not think I can do anything. Let me explain why. Auth backends are small modules which depend heavily on Flask. So auth backends only works with Flask APIs. We are currently working on migrating over all Flask based API to fastapi in order to remove the dependency `Connexion`. The only feasible option I can see is to expose a new Flask based API in fab provider to generate a JWT token using auth backends. If we do that, it will significantly block our work towards removing `Connexion` as a dependency. @potiuk what do you think? Some users are frustrated because they no longer can use their auth backends to authenticate to Airflow API which significantly block them to use Airflow 3. -- 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]
