Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

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

Merged
merged 6 commits into from
Jun 29, 2021

Conversation

0snap
Copy link
Contributor

@0snap 0snap commented Jun 28, 2021

📔 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.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/threatbus, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

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

Copy link
Member

@dominiklohmann dominiklohmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM, just needs changelog entries.

@0snap 0snap marked this pull request as ready for review June 29, 2021 08:10
@0snap 0snap merged commit 5ccc3a4 into master Jun 29, 2021
@0snap 0snap deleted the story/ch26834 branch June 29, 2021 08:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants