railiance-platform/scripts/provision-sitting-requester.sh
codex 4b34c239bc
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Approve sitting-requester CCRs and add the attended provisioner.
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
2026-09-15 20:08:02 +02:00

4 lines
187 B
Bash
Executable file

#!/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