wraith/backend/src/vault
Vantz Stockwell 11e1705110 fix: detect orphaned SSH key references and missing auth methods
When a credential's sshKeyId points to a deleted/missing SSH key row,
the connection attempt silently had zero auth methods. Now throws a
clear error explaining the SSH key is missing. Also catches the case
where a credential has neither password nor SSH key configured.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:04:41 -04:00
..
dto feat: vault — encrypted credentials + SSH key management 2026-03-12 17:08:53 -04:00
credentials.controller.ts feat: vault — encrypted credentials + SSH key management 2026-03-12 17:08:53 -04:00
credentials.service.ts fix: detect orphaned SSH key references and missing auth methods 2026-03-14 01:04:41 -04:00
encryption.service.ts feat: AES-256-GCM encryption service + auth module (JWT, guards, seed) 2026-03-12 17:07:14 -04:00
ssh-keys.controller.ts feat: vault — encrypted credentials + SSH key management 2026-03-12 17:08:53 -04:00
ssh-keys.service.ts feat: vault — encrypted credentials + SSH key management 2026-03-12 17:08:53 -04:00
vault.module.ts feat: AES-256-GCM encryption service + auth module (JWT, guards, seed) 2026-03-12 17:07:14 -04:00