GitHub user jun-roh added a comment to the discussion: Airflow 3.1.3 – API Server returns 500 Internal Server Error on /login once per day (session invalidation / PendingRollbackError)
We are currently building our Airflow image based on apache/airflow:3.1.5-python3.13. If we configure Airflow with the following setting: ``` AIRFLOW__CORE__AUTH_MANAGER: airflow.providers.fab.auth_manager.FabAuthManager ``` does this mean that we can rely entirely on the default FAB-based authentication manager? In that case, would it be correct to assume that we no longer need to implement a custom AuthManager? More specifically, does the default FabAuthManager fully handle authentication and session management for both the Webserver and the API Server in Airflow 3.1.5? Thank you very much for your guidance. GitHub link: https://github.com/apache/airflow/discussions/59487#discussioncomment-15264618 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
