GitHub user MachSilva added a comment to the discussion: [Airflow 3.1.7] Task execution fails with "Invalid auth token" using LocalExecutor and Task SDK
Try setting [AIRFLOW__API_AUTH__JWT_SECRET](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#jwt-secret). Note the section `api_auth` I had a similar issue. In my case, I solved by setting proper ownership of `airflow.cfg`. GitHub link: https://github.com/apache/airflow/discussions/62057#discussioncomment-15881221 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
