fix: change Tailscale SSH ACL from "check" to "accept" #263
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform!263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "262-tailscale-ssh-acl-accept"
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?
Summary
Changes the Tailscale SSH ACL action from
check(requires browser re-authentication) toaccept(trusts Tailscale identity directly), eliminating the disruptive web auth prompt when SSH-ing between tailnet devices.Changes
terraform/modules/networking/main.tfline 75:action = "check"->action = "accept"tofu plan Output
Note: Full plan also shows 2 unrelated additions (paledocs_db_url secret, embedding_worker_metrics service) from pre-existing drift on main.
Test Plan
tofu fmt -recursive -check-- passedtofu validate-- passedtofu plan -lock=false-- confirms only the SSH ACL action changestailscale sshshould connect without browser re-auth promptReview Checklist
tofu fmt-- passedtofu validate-- passedtofu planoutput included aboveRelated
Closes #262
Related Notes
None -- single ACL config change, no new conventions or SOPs affected.