villasv / aws-airflow-stack

Turbine: the bare metals that gets you Airflow
https://victor.villas/aws-airflow-stack/
MIT License
377 stars 69 forks source link

Enable SSL on the Load Balancer for the Webserver #117

Open andresionek91 opened 5 years ago

andresionek91 commented 5 years ago

Hello! Great work!

Is it possible to allow SSL with this template? I'm aware that AWS offers free public SSL certificates for load balancers. It would be nice to use it.

villasv commented 5 years ago

For now, enabling SSL is possible but not easy as I would like (https://airflow.apache.org/security.html#ssl) Specially the celery part.

We would need lots of stack changes and introduce key distribution, something that is far ahead in the roadmap.

villasv commented 5 years ago

I've added a feature request for a Load Balancer in the stack #126 , so I'll also convert this into a feature request and target for the v5 release