Mathieu Cinquin created AIRFLOW-6029:
----------------------------------------
Summary: Allow webserver to bind to multiple address
Key: AIRFLOW-6029
URL: https://issues.apache.org/jira/browse/AIRFLOW-6029
Project: Apache Airflow
Issue Type: Improvement
Components: webserver
Affects Versions: 1.10.6
Reporter: Mathieu Cinquin
Hello,
A great move will be to allow webserver to bind to multiple address.
eg:
{code:java}
web_server_host: 1.1.1.1, 1.1.1.2 {code}
Use _0.0.0.0_ is definitively not a good security approach.
Gunicorn is already able to bind on multiple specified ip addresses:
[https://github.com/benoitc/gunicorn/commit/b7b51adf13e92044211b267ba07e3498585f219a]
Regards
--
This message was sent by Atlassian Jira
(v8.3.4#803005)