Auth returned clean at 20:27Z but the child left a preflight receipt with no error. Named failures, refuse public bao.coulomb.social, and overwrite a failed receipt. Wrapper is executable for attended-exec. Assistant: grok Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
7 lines
362 B
Bash
Executable file
7 lines
362 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Attended child for openbao-attended-exec / warden access. Metadata only.
|
|
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"
|