You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sims-hq/docs
Thomas Joise 3e175b8da1 feat(d31): store credentials in the clear (owner decision) + one-time migration
Removes credential encryption at rest so the SMS-gateway logins (and other portal/DB
passwords, module secrets, Gmail token) are usable daily without a held-out
HQ_SECRET_KEY. Keystone: crypto.encrypt() stores tagged plaintext ('plain:'),
decrypt() untags keylessly and still reads legacy AES *with* the key to migrate it.
Drops the six 'refuses/cannot without HQ_SECRET_KEY' guards. Scope is the reversible
credential vault ONLY — login passwords stay one-way scrypt-hashed (@sims/auth).
Secrets still kept out of list payloads + audit rows; reveal still managerial+audited.

migrateLegacyCiphertext + POST /admin/migrate-plaintext (owner) rewrite existing AES
rows as plaintext using the key one final time (idempotent, one audit summary), after
which the key is never needed. SECURITY: a DB dump now exposes these in the clear.

Tests updated to the plaintext policy; new migrate-plaintext.test locks decrypt +
migration + idempotency. Full suite 416 green; typecheck clean.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
3 days ago
..
superpowers docs: feature roadmap from ultracode design pass (9 features speced + build order) 3 days ago
06-DECISIONS.md feat(d31): store credentials in the clear (owner decision) + one-time migration 3 days ago
07-DB-AND-CONFIG.md docs: HQ ops console spec (D15) + roadmap/decisions updates 2 weeks ago
11-ADMIN-SUPPORT-CONSOLE.md docs: HQ project identity (README, STATUS, CLAUDE) + fix cross-repo doc links 5 days ago
14-SPEC-HQ-CONSOLE.md docs: bring all documents current with the delivered redesign (D17) 5 days ago
16-PROJECT-RULES.md docs: HQ ops console spec (D15) + roadmap/decisions updates 2 weeks ago
DEPLOY-HQ.md docs: D20 — hq.simssoftware.com on the company EC2; runbook gets the decided target + RDS-first sequencing (D19 switch delivered) 4 days ago