- Add .env.vault-mapping for LLM API key - Add .env.example template - Secret: litellm/master_key for embeddings Migrated from plaintext .env to OpenBao integration. Related: OpenBao Phase 4 MCP Servers Integration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
# OpenBao Secret Mapping
|
|
# Format: kv:kv:path/to/secret:value=ENV_VAR_NAME
|
|
#
|
|
# Generated for task-mcp OpenBao integration
|
|
# Date: 2026-01-24
|
|
|
|
# LLM API Key (for embeddings)
|
|
kv:kv:litellm/master_key:value=LLM_API_KEY
|