Approve sitting-requester CCRs and add the attended provisioner.
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

CCR-2026-0026/0027 are approved for the create-only informed-decision
client. Live KeyCape registration and CAS=0 custody stay in the
contained helper; no sitting POST.

Assistant: grok
Assistant-Session: 01a0a23b-3bf0-7341-b4e5-9dc05f72573a
This commit is contained in:
codex 2026-09-15 20:08:02 +02:00
parent 6dfb751e60
commit 4b34c239bc
7 changed files with 162 additions and 9 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Silent child for the governed attended login; no secret output.
set -euo pipefail
exec python3 "$(dirname "$0")/provision-sitting-requester.py" "$@" >/dev/null 2>&1