odahu / odahu-automation

Apache License 2.0
8 stars 0 forks source link

Disable deny_all policy for airflow web api #64

Closed vlad-tokarev closed 3 years ago

vlad-tokarev commented 3 years ago

Our robot tests were broken after upgrade airflow up to 1.10.12 because of

Changed in version 1.10.11: In Airflow <1.10.11, the default setting was to allow all API requests without authentication, but this posed security risks for if the Webserver is publicly accessible.

Disable authentication for airflow. Cuz we have own authn layer