Harden seed modules: ignore_changes on rancher/litellm engine seed credentials #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
The gitea engine's seed module was fixed to consume the seeded admin credential only at create time (lifecycle ignore_changes), so rotate-root cannot be clobbered by a re-apply. The rancher and litellm seed modules have the same shape but LACK ignore_changes — a re-apply would push the stale seed back over rotated live credentials.
Proposal
Acceptance