Vouch request: tatsuya-ogawa #540
tatsuya-ogawa
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
This PR introduces the External Resolver, allowing the sandbox to fetch credentials on-demand from an HTTP endpoint right before relaying a request to an upstream provider. This enhances security by moving secret management out of the sandbox configuration and into dedicated infrastructure.
similar issue:
#538
Why this change?
Currently, the OpenShell sandbox's L7 relay only supports static secrets or environment variable placeholders resolved at startup. To support environments where secrets are dynamic or managed by external systems (e.g., rotating tokens, vault services, or identity-based access), a more flexible resolution mechanism is required.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions