cherami-server is not respecting ListenAddress setting in config
thuningxu opened this issue · 2 comments
thuningxu commented
Symptom: setting ListenAddress to 127.0.0.1, but services still bind to external address.
Problem is that ServiceConfig::GetListenAddress() fills in external address when the ListenAddress is not specified, thus in CommonConfigure::SetupServerConfig(), the call to sCfg.GetListenAddress() never returns nil even if service-specific ListenAddress is not set.
thuningxu commented
Fixed