James Crowley created AIRFLOW-1701:
--------------------------------------
Summary: CSRF Error on Dag Runs Page
Key: AIRFLOW-1701
URL: https://issues.apache.org/jira/browse/AIRFLOW-1701
Project: Apache Airflow
Issue Type: Bug
Components: DagRun
Affects Versions: Airflow 1.8
Environment: Ubuntu 16.04 LTS
Reporter: James Crowley
Priority: Minor
Attachments: CSRF_Error.png
When attempting to modify the state of a Dag Run on /admin/dagrun, I receive
the following error message:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>CSRF token missing or incorrect.</p>
I am able to perform AJAX requests on other pages without issue. The missing
CSRF token appears to be isolated to the AJAX call to the
/admin/dagrun/ajax/update endpoint.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)