cern-sis / issues-scoap3

0 stars 0 forks source link

The CSRF session token is missing #191

Closed ErnestaP closed 1 year ago

ErnestaP commented 1 year ago

After the airflow config file and docker-compose file update, the QA deployment started to look for/miss the CSRF session token. It might be the fault of AIRFLOWAPIAUTH_BACKENDS variable change: "airflow.api.auth.backend.basic_auth" -> "airflow.api.auth.backend.basic_auth,airflow.api.auth.backend.session" The change will be reverted back.

However, before Airflow 3.0 we need to solve this issue, because: has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0.

ErnestaP commented 1 year ago

Was an issue with my browser cache.