logoalt Hacker News

tuananhtoday at 2:16 AM1 replyview on HN

how do you deal with "access to the proxy"? because one can access maliciously without accessing to the token/secret.


Replies

dangtony98today at 3:09 AM

Agent Vault should remain in close proximity to the sandboxed agent and not be exposed to the public internet; your standard network security controls apply.

The proxy itself currently implements a token-based auth scheme. Depending on your setup, you can have an orchestrator mint an ephemeral token to be passed to a sandboxed agent to authenticate with the proxy.

show 1 reply