🔒 fix(ansible): gate vault auth disable behind vault_oidc_force_reset (default off) #5
Reference in New Issue
Block a user
Delete Branch "vibe/batch-pr-factory5-conditional-vault-disable"
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?
The vault auth disable task added in
437fd506wipes all gitea_cicd_* per-app JWT roles every ansible run (side effect). Gate it behind a default-off flag so normal re-runs preserve those roles. Opt in with --extra-vars vault_oidc_force_reset=true when intentionally rebuilding the OIDC backend (e.g. bound_issuer config drift).