tailscale-policy: runner needs auto_approve=True for non-interactive coily exec #141
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#141
Loading…
Reference in a new issue
No description provided.
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
coily exec terraform-tailscale-policy action=applyfailed at the approval prompt becauseauto_approve=Falsewas set in the runner but coily exec runs non-interactively (Error: error asking for approval: EOF).The sibling
terraform_tailscale_devices.pyalready usesauto_approve=True; this one was tighter-than-the-pattern out of caution about ACL writes.Change
scripts/k8s/terraform_tailscale_policy.pyflipsauto_approvetoTrueto match the sibling convention. Safety still comes from the plan-then-apply two-step workflow Kai runs by hand (action=planfirst, thenaction=applyonly after reviewing).Filed by Claude.