Closed huornlmj closed 1 year ago
Duplicate of #366
Why is this closed? The port is open and the issue is not fixed.
Because the PR is merged in the MQTT port is not exposed to the host interface anymore.
Oh I found PR #401 now. Assuming it passed tests?
Assuming it passed tests?
Not sure what you mean. Removing the ports statement from the compose file will remove the exposed port from the host interfaces. Could be possible that you need to recreate the containers (compose down, compose up).
https://github.com/greenbone/docs/blob/ba8fcefd522becb69cc853f274372860f09d736b/src/_static/docker-compose-22.4.yml#L140
The deployment results in the mqtt service binding to all interfaces, allowing network adversaries to access the service, when it should not be exposed outside the host.