feat: implement end-to-end encryption (E2EE) support for agents with configuration and documentation updates
This commit is contained in:
@@ -13,8 +13,16 @@ MATRIX_ADMIN_TOKEN=syt_...
|
||||
|
||||
# Tokens de cada bot — generados por cmd/register
|
||||
MATRIX_TOKEN_ASSISTANT=syt_...
|
||||
MATRIX_TOKEN_ASISTENTE2=syt_...
|
||||
MATRIX_TOKEN_DEVOPS=syt_...
|
||||
|
||||
# ── E2EE pickle keys (openssl rand -hex 32) ─────────────────
|
||||
# Clave fija por agente para cifrar material crypto en SQLite.
|
||||
# Si no se define, se usa sha256(access_token) como fallback.
|
||||
PICKLE_KEY_ASSISTANT_BOT=
|
||||
PICKLE_KEY_ASISTENTE_2=
|
||||
PICKLE_KEY_DEVOPS_BOT=
|
||||
|
||||
# ── LLM providers ────────────────────────────────────────────
|
||||
OPENAI_API_KEY=sk-...
|
||||
ANTHROPIC_API_KEY=sk-ant-... # opcional, para cuando añadas el devops-bot con Claude
|
||||
|
||||
Reference in New Issue
Block a user