feat(daemon,tui): visible secured state — status response + TUI notice #222
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/secured-status-ux"
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?
Issue #183 Part B: show node secured/unsecured state so operators can
tell the difference between a broken node and one waiting for first-boot
password setup.
daemon: add "secured": bool to status response
(true iff ${data_dir}/.secured exists)
TUI: fetch secured from daemon status each refresh cycle
render [UNSECURED — set root password to activate agent]
in red bold when node is unsecured
Part A (rc.d gate gating autospawn on .secured) was already complete.