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