I am evaluating the tool and the local test feature using a tunnel. Configure a tunnel to test a service on localhost using a specific socket. e.g., http://localhost:8080 This works as expected.
However, if the user puts on the browser, http://localhost:5000 can access all the other services. It seems that the tunnel provides full access to the VM in Lambda cloud and not only to the service Is there a way to limit that somehow?