You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Host access to the IBKR Client Portal Gateway — publish the gateway's web UI
(clientportal.gw binds :5000 inside the container) to the host loopback only
(127.0.0.1:5000:5000), matching the db sidecar's never-public posture. The egress
firewall does not block this inbound path: the host connection arrives sourced from
the Docker bridge gateway (172.x.0.1), which is inside CONTAINER_CIDR, so init-firewall.sh's INPUT allow accepts it in every mode. Applying it needs a
container recreate (docker compose up -d / make rebuild), and the gateway's own root/conf.yamlips.allow must include 172.* or it rejects the login at the app
layer.