Prior to this change, Threat Bus (the zmq-app plugin) returned a wrong host:port tuple to zmq apps. It used to send it's own bind IP address, which is not the same as the IP known to the outside world. Now it only sends the ports for pub/sub and leaves it to the apps to bind to the correct endpoint.
:memo: Checklist
[x] All user-facing changes have changelog entries.
:notebook_with_decorative_cover: Description
Prior to this change, Threat Bus (the
zmq-app
plugin) returned a wronghost:port
tuple to zmq apps. It used to send it's own bind IP address, which is not the same as the IP known to the outside world. Now it only sends the ports for pub/sub and leaves it to the apps to bind to the correct endpoint.:memo: Checklist
:dart: Review Instructions
Run the integration test. For interactive testing, run all ZMQ apps individually.