master-zapier-plan-draft/packages/zapier-decisions/TODO.md
George Lambert 8f0ea8dd31
Some checks are pending
offline / test (push) Waiting to run
Record 2026-09-12 lab status in the zapier-decisions progress repo.
STATUS.md covers the 3-node NATS cut-over, remaining Zapier/Verae work,
and the jobId → wait → receipt path.
2026-09-12 00:06:21 -04:00

1.2 KiB

Open todos

  • Live api.veraetime.net with MOCK_VERAE=false and admin bind credentials.
  • Three-node NATS JetStream cluster on distinct Proxmox LXC (verae-nats-cluster; test env NATS_URL cut over; streams replicas=3).
  • NATS nkeys/mTLS on that cluster (accounts file is still the lab stand-in; not flipped so clients keep working on vmbr1).
  • Exclusive JetStream consumer for verae.zapier.jobs.events on verae-jobs-events (JOBS_EVENTS_EXCLUSIVE=1; middleware skips the router).
  • Auth on CS/sales/accounting HTML via verae-staff-session (STAFF_AUTH=1).
  • Staff IAM: named users, roles, permissions (verae-staff-iam :3028).
  • Zapier Platform push of a private app.
  • Move portal static files fully into verae-access-web (/portal/ public door; API proxied to loopback edge).
  • Turn IAM on for the running lab (fleet STAFF_IAM_URL + restart).
  • IAM hardening: JSON sessions, login rate-limit, JSON 401 as well as HTML 302, credit principal = IAM username.
  • Host keep-alive (verae-keep) on NS1 with watch+guard; honors admin pause/stop.
  • Docs synced to IAM, public portal :3021, keep, bootstrap server types.
  • verae-bootstrap clones all module repos and installs deps per server type.