tenzir / threatbus

🚌 Threat Bus – A threat intelligence dissemination layer for open-source security tools.
https://docs.tenzir.com/threatbus
BSD 3-Clause "New" or "Revised" License
258 stars 16 forks source link

Threat Bus zmq apps use the wrong host name after connection. #140

Closed 0snap closed 3 years ago

0snap commented 3 years ago

:notebook_with_decorative_cover: Description

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

:dart: Review Instructions

Run the integration test. For interactive testing, run all ZMQ apps individually.