docs(vault): update domedog findings — end-to-end PASS, bug found+fixed #16
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/vault-domedog-proof-passed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Updates the domedog Vaultwarden findings to reflect the corrected end-to-end result, and documents the one real bug found + its fix.
Why
The first draft (PR #15) reported
bw unlockfailing withDecryption failedand concluded the master password was wrong. That was incorrect. A clean re-run (bw logoutthen re-test) shows unlock succeeds with the same password — it was never wrong. The earlier failure was a side effect of a stale logged-in session, not a password problem.What changed
DEEPSEEK_API_KEY+ write.env+ re-lock. The fullbootstrap → login → unlock → fetch → .env → re-lockchain is proven.DEEPSEEK_API_KEYlogin item (name = env var, value in password field) that validates the name-based retrieval contract.clawdie-vault-fetchfailed atbw config serverwhen already logged in (Logout requiredtreated as fatal). Fixed in clawdie-isofix/vault-fetch-bw-config-when-logged-in(companion PR).bwpath, staged helper location, bootstrap file location..envat launch) is the next milestone.Checks
Cross-repo
Companion to clawdie-iso
fix/vault-fetch-bw-config-when-logged-in— land together.Co-Authored-By: Hermes & Sam <hello@clawdie.si>
Rewrite the findings to reflect the corrected outcome after the first draft misdiagnosed unlock as a password failure: - End-to-end chain PASS: login + unlock + fetch DEEPSEEK_API_KEY + write .env + re-lock. Master password was correct all along; the earlier 'decryption failed' was a stale logged-in session side effect. - Document the one real bug: clawdie-vault-fetch failed at 'bw config server' when already logged in ('Logout required' treated as fatal). Fixed in clawdie-iso fix/vault-fetch-bw-config-when-logged-in. - Record setup state on domedog (bw path, staged helper, bootstrap file). - Carry forward the not-wired-yet follow-up: runtime consumption (agent reads the fetched .env at launch) is the next milestone. Checks: prettier clean; git diff --check. Co-Authored-By: Hermes & Sam <hello@clawdie.si>