Replies: 1 comment
|
Please browse our documentation on how credential injection works and how it interacts with providers. https://github.com/NVIDIA/OpenShell/blob/main/architecture/sandbox.md |
0 replies
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.
I understand how a
Provideris configured andInferenceset.I understand how use of
https://inference.localworks to proxy requests via the Gateway for credential substitution.Is OpenShell capable of proxying all external traffic via the Gateway for credential substitution?
For example:
I have an Agent that uses an LLM requiring an
API_KEY.ProviderandInferencekeep the credential out of the sandbox.The Agent also needs to make use of GitHub's REST API needing a
GITHUB_TOKENcredential too.How does OpenShell handle credential injection?
I read I can create a new
Providerfor GitHub including it'sGITHUB_TOKENbut it's less clear how the injection works.Are there similar Gateway URLs for different Providers? e.g.
https://github.localetc.Or, does "Providers v2" make
https://inference.localobsolete and the network policies defined therein automatically pass through the Gateway for credential injection?Sorry to ask.
All reactions