dirrao commented on PR #41693: URL: https://github.com/apache/airflow/pull/41693#issuecomment-2339670429
> Actually I think your changes are fine. It seems inevitable to force Airflow 3 to use the latest FAB version provider. See comment [here](https://github.com/apache/airflow/pull/42042#issuecomment-2333313742). If that is the case your changes are not breaking for providers. You back ported `airflow/api/auth/backend/kerberos_auth.py` to `airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py` (am I right?) so FAB provider no longer depend on core Airflow for Kerberos auth (which is good). The only issue would be to use Airflow 3 with current version of FAB provider or earlier but, as mentioned, if this is something that will not be possible, I think these changes are fine. In this sense, these changes are not breaking for FAB provider. Yes, my changes are backward compatible. They will simply start using the FAB provider module instead of the deprecated core auth module. -- 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]
