DrFaust92 / terraform-provider-airflow

Terraform Airflow provider.
https://registry.terraform.io/providers/DrFaust92/airflow
MIT License
14 stars 11 forks source link

Unable to Authenticate #18

Closed ChipRab closed 1 year ago

ChipRab commented 2 years ago

It seems that there is some backend configuration required inside Composer/Airflow in order to make this work. At a minimum, setting up master_authorized_networks, and possibly adding an authentication method to support this. Doesn't matter what i do, I cannot make it work correctly.

I can't even make it work with Basic Authentication, so something needs to be configured with AirFlow to allow that.

DrFaust92 commented 2 years ago

Hi ChipRab, which distro of airflow are you using? this provider was tested with local airlfow (docker compose one that comes in airflow repo) and composer (managed google airflow) i was able to auth with basic config (composer requires extra steps)

DrFaust92 commented 1 year ago

Closed for lack of response