Hey folks., first up, I absolutely love fly.io and considering building a dev platform on fly where we provide runtime for developers (both trusted and untrusted).
The developer will get their own segmented network within the org, and inside of segmented app network there’ll be a few machines
- Untrusted code (written by the developer) not exposed to internet.
- Supporting functions for the untrusted code (written by us) not exposed to the internet.
I was thinking about creating a reverse proxy in the org’s default network, and have it proxy the requests to their respective segmented upstreams.
Is this possible? My reading of segmented app network documentation is that it’s not possible to reach segmented app network from other apps in the same org.