feat(db-heal): expose --force to manually re-apply creds on already-tunneled configs #43
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gmackie/ForgeGraph!43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/db-heal-manual-force"
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?
fg db heal short-circuited with already-healed whenever a Hyperdrive config was already on the Access tunnel, with no way to fix a config whose stored DB password/Access token went stale from a manual credential change outside forge db rotate-password. The underlying force param already existed in healHyperdriveConfig (added for the rotate-password auto-heal path) but nothing exposed it manually. Thread it through the heal route and CLI.