specverb: base-url from SSM for opaque/tailnet-only targets #149
Labels
No labels
burndown-2026-06
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/cli-guard#149
Loading…
Add table
Add a link
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?
ward-kdl's
base-urlis a committed static string, fine for public hosts (forgejo, trello, tailscale-api). A tailnet-only target like Open WebUI is reachable only at its tailnet FQDN, which is opaque and SSM-bound, and ward is public-mirrored, so the host cannot be committed.Add a block form:
resolved lazily at request time through the same SSM resolver as the auth token (mounting / --help / unrelated merged members never touch AWS), cached once, offline in --dry-run (symbolic
{base-url:ssm <path>}), and named (not resolved) by describe. Mutually exclusive with the string form; the spec must be vendored (no derivable fetch URL). Unblocks adding Open WebUI to ward-kdl.