Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a06ecb-456a-71c2-b41e-0755d336e883
4 lines
201 B
Bash
Executable file
4 lines
201 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Silent child for the governed attended login; no role or token output.
|
|
set -euo pipefail
|
|
exec python3 "$(dirname "$0")/openbao_operator_loopback_callback.py" "$@" >/dev/null 2>&1
|