Comment on Question WRT secure networking with Podman/Docker stack and a reverse proxy in a VM "DMZ"

hirihit640@sh.itjust.works ⁨1⁩ ⁨week⁩ ago

Can you put the auth OIDC in the DMZ VM, forwarding to caddy in the other VM with all the services?

If you can’t, you can always use firewalls on the services VM to prevent services from talking to each other. Preventing them from talking to the internet can be achieved by putting them in an “internal” network (if using docker compose, set “internal: true” when defining the network)

original
Sort:hotnewtop