Automatically inject provider keys inside VM #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Load all LLM provider secrets from
keys.yml
(host side) into the Debian 12 VM during everyvagrant up
/vagrant provision
, so GUI and CLI tools find their keys without manual edits.Environment
keys.yml
(flat YAML)*_API_KEY
,GOOGLE_GENAI_USE_VERTEXAI
, etc./etc/profile.d/provider‑keys.sh
and tool-specific configuration filesFlow / Validation
keys.yml
.vagrant up
(orvagrant provision
).printenv | grep _API_KEY
→ values present.Implementation Sketch
Definition of Done
keys.yml
and refreshes env files.keys.yml
and re‑provisioning.