Enable Airflow login page
andresionek91 opened this issue · 3 comments
andresionek91 commented
Enable Airflow login page and save user credentials to secret manager
mkwatson commented
Yeah, this seems sort of useless with an airflow webserver that's open to the world. We really want to use this!
mkwatson commented
For now I'm using google auth
https://airflow.apache.org/docs/stable/security.html#google-authentication
andresionek91 commented
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 :)