andresionek91/airflow-autoscaling-ecs

Enable Airflow login page

andresionek91 opened this issue · 3 comments

Enable Airflow login page and save user credentials to secret manager

Yeah, this seems sort of useless with an airflow webserver that's open to the world. We really want to use this!

Yep, I'm planning to enable different auth methods soon.

So far you can restrict the access by whitelisting IPs here: https://github.com/andresionek91/airflow-autoscaling-ecs/blob/master/service.yml#L84-L85

Better than open to the world :)