Skip to content

Commit e173ec1

Browse files
thrashr888claude
andcommitted
feat: placeholder token secrets, interactive permissions, vsock secrets
- Placeholder token pattern: secrets never enter VM, random tokens substituted by host-side proxy (Gondolin-inspired) - vsock-based secret injection for Firecracker backend - Interactive permission prompts for destructive operations - HTTP API endpoints for permissions CRUD Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent add6549 commit e173ec1

10 files changed

Lines changed: 1577 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ urlencoding = "2"
6161
ssh-key = { version = "0.6", features = ["ed25519", "rand_core"] }
6262
rand = "0.8"
6363
ring = "0.17"
64+
hex = "0.4"
6465

6566
# OpenTelemetry trace export
6667
opentelemetry = "0.28"

0 commit comments

Comments
 (0)