Record sitting-create failure class and allow retry.
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
This commit is contained in:
parent
1cac74aa35
commit
a911eaf816
4 changed files with 77 additions and 33 deletions
7
tools/create_sitting_approvals.sh
Executable file
7
tools/create_sitting_approvals.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue