feat: bsn-secrets — GPG-verschlüsselter Secrets Manager für alle BSN-Agenten
Quality Gate / 🛡️ Lint + Type Check + Tests (push) Failing after 11m55s

- Ersetzt fragiles /tmp/cody-gitea-token durch persistente GPG-Verschlüsselung
- Symmetrische GPG-Verschlüsselung (kein Key-Management nötig)
- Kommandos: set, get, list, delete
- Passphrase aus BSN_SECRETS_PASSPHRASE (Hermes .env)
- Skills (alicia-gitea-workflow, article-management) auf bsn-secrets umgestellt
- .gitignore: *.gpg und password-store/ ausgeschlossen
- Verhindert Token-Verlust durch /tmp-Löschung bei Reboots
This commit is contained in:
Hermes Agent
2026-06-22 18:13:40 +02:00
parent bf16015d5c
commit 8f51b8c17c
2 changed files with 191 additions and 0 deletions
+2
View File
@@ -36,3 +36,5 @@ media/*
# OS
.DS_Store
Thumbs.db
*.gpg
password-store/