GitHub user pykenny added a comment to the discussion: Logging out from Web UI still raises Airflow 405 error
We're getting the same issue using Airflow's default auth module, without any provider get involved. ```ini [api] # ... auth_backends=airflow.providers.fab.auth_manager.api.auth.backend.basic_auth,airflow.api.auth.backend.session ``` The above is our `auth_backends` settings, and we are using `basic_auth` (previously `airflow.api.auth.backend.basic_auth`) as well to let some external routines to access read-only API. GitHub link: https://github.com/apache/airflow/discussions/45360#discussioncomment-12183748 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
