#binding services to a sandbox

6 messages · Page 1 of 1 (latest)

winter nimbus
#

hey folks, supposing I wanted to bind a sandbox to an internal service (separate DO), is that possible? I was digging around the docs and didn't find anything too promising, but wanted to double check here.

basically I want to be able to do something like:

worker → create sandbox, execute commands in a loop → sandbox-backend (handles things like auth)

lavish garnet
winter nimbus
#

got it, thank you!

dreamy ether
#

👋 Hey so just FYI that work around this area is in flight now.

First step is just goint to be "I hit a configurable hostname/IP from inside the container and it calls to a specific function in the associated DO". - That'll give you the ability to route the request wherever you want and/or call other CF/Workers services.

But right now you have to go back thru the "front door" of a Worker and route to the service that way.

winter nimbus
#

got it thank you!

#

yeah that would be super nice