2026-08-23 14:37:01 +02:00
|
|
|
#!/usr/bin/env bash
|
2026-09-06 14:16:49 +02:00
|
|
|
# Silent child for the governed attended login; no role or token output.
|
2026-08-23 14:37:01 +02:00
|
|
|
set -euo pipefail
|
2026-09-06 14:16:49 +02:00
|
|
|
exec python3 "$(dirname "$0")/openbao_operator_loopback_callback.py" "$@" >/dev/null 2>&1
|