generated from coulomb/repo-seed
1.1 KiB
1.1 KiB
id, type, title, domain, repo, status, owner, topic_slug, created, updated, state_hub_workstream_id
| id | type | title | domain | repo | status | owner | topic_slug | created | updated | state_hub_workstream_id |
|---|---|---|---|---|---|---|---|---|---|---|
| adhoc-2026-07-02 | workplan | Ad Hoc Tasks — 2026-07-02 | infotech | net-kingdom | finished | codex | net-kingdom | 2026-07-02 | 2026-07-02 | 67c1c7ac-d8b1-41dc-a81a-4e43f1afd068 |
Ad Hoc Tasks — 2026-07-02
Fix creds-bootstrap-agent Phase 0 dry-run on machines without the age key
id: ADHOC-2026-07-02-T01
status: done
priority: low
state_hub_task_id: "b86bf898-7916-4db3-ba67-ba3a3fd8a49f"
--dry-run previously aborted silently in Phase 0 on any machine without
~/.config/sops/age/keys.txt: key generation is correctly skipped in dry-run,
but the subsequent public-key read (grep on the missing file) killed the
script under set -e, so no later phase could be exercised.
Fix: when the key file is absent in dry-run, continue with a placeholder
recipient and a clear notice instead of dying; live runs without a key still
fail hard. Verified: full --dry-run now traverses Phase 0 through Phase 10
including the new Phase 7b OpenBao hook (NET-WP-0020-T02) on a machine with
no age key.