Feature #8905
Add host configure option for binding the TCP port
Description
With the recent changes to Rack and Sinatra (https://github.com/sinatra/sinatra/commit/0f9a959253bdf0c39422ffb9b60278df46ef0248, https://github.com/rack/rack/blob/master/lib/rack/server.rb) we bind localhost for dev setups and 0.0.0.0 for production. Let's add a config entry so I can override this in my development setup.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal over 7 years ago
- Category set to Core
#2
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/245 added
- Pull request deleted (
)
#3
Updated by Dominic Cleal over 7 years ago
- Legacy Backlogs Release (now unused) set to 28
#4
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9ea2ac7117076b709ac1a7fd9951e0ac0392a7f0.
#5
Updated by Dominic Cleal over 7 years ago
- Has duplicate Bug #9989: Smart-Proxy listens on 127.0.0.1 only added
#6
Updated by Dominic Cleal almost 7 years ago
- Has duplicate Feature #6225: As an admin I would like to bind foreman-proxy service to a specific IP address for security reasons added
Fixes #8905 - bind_port config option