docs(vault): domedog connectivity findings — login works, unlock fails (Sam & Claude) #15
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/vaultwarden-domedog-findings"
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
Vaultwarden connectivity test results from domedog (domedog.pro, Linux).
Findings
Root cause: BW_PASSWORD in the bootstrap env doesn't match the vault's master encryption key. Authentication works; decryption doesn't.
Action required: update BW_PASSWORD in the bootstrap env to match the current vault master password.
PR #65 assessment
Code is solid - proper cleanup, headless login, sensible exit codes, --write-env upsert. No merge blocker. The stale password is a host-config issue, not a code defect.
Identity correction
Earlier analysis in this session incorrectly referred to the test host as debby. The tests were run on domedog. Debby is a separate host with its own clone and bootstrap env.