Open
Description
There appear to be two different env variables used to deliver the sandbox routing key to different resources in the Signadot ecosystem. This can lead to confusion and issues with routing to sandboxes.
Currently
From what I can tell from the documentation this is the current way the sandbox routing key is delivered to the resources:
Resource | Env Var |
---|---|
Jobs | SIGNADOT_ROUTING_KEY |
Forked Workloads | SIGNADOT_SANDBOX_ROUTING_KEY |
Resource Plugins | SIGNADOT_SANDBOX_ROUTING_KEY |
Ask for Future
It would be great to pick one of these and use them universally. Preferably, use SIGNADOT_SANDBOX_ROUTING_KEY
moving forward and start having Jobs
receive both for backward compatibility.
Metadata
Metadata
Assignees
Labels
No labels