Record seven created sitting approvals; silence attended stdout.

Warden failed closed on leftover JSON after a successful create.
Objects are requested, no entries. Flex Auth package draft pins the
seven ids; c01 skipped. No human bind.

Assistant: grok
Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
This commit is contained in:
tegwick 2026-09-15 22:37:04 +02:00
parent a911eaf816
commit ca563504c4
9 changed files with 360 additions and 25 deletions

View file

@ -1,7 +1,8 @@
#!/usr/bin/env bash
# Attended child for openbao-attended-exec / warden access. Metadata only.
# Silent attended child. Outcome is the receipt file, not stdout.
set -euo pipefail
export INFD_APPROVAL_ORIGIN="${INFD_APPROVAL_ORIGIN:-http://127.0.0.1:18281}"
exec /home/worsch/informed-decision/.venv/bin/python -B \
/home/worsch/informed-decision/tools/create_sitting_approvals.py \
--approval-origin "$INFD_APPROVAL_ORIGIN"
--approval-origin "$INFD_APPROVAL_ORIGIN" \
>/dev/null 2>&1