jdeppe-pivotal commented on pull request #7478: URL: https://github.com/apache/geode/pull/7478#issuecomment-1082568264
> It looks like this changes the default bind address to 127.0.0.1. It used to default to listening on an actual network interface. Was that intentional? I thought it would be more secure but I realized that Geode servers do that in any case, so I left it as it was. However, as per some other conversations the bind address is now derived from Geode's `server-bind-address`. So the order of precedence is: - If the java system property `gemfire.geode-for-redis-bind-address` is set, then use that as the bind address. - If the Geode property `server-bind-address` is set, then use that. - Use the default which just binds to all addresses. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
