Add attended prune of retired bao.coulomb.social callbacks from platform-admin
Read-preserve-write via the reviewed loopback helper; keeps the tunnel callback and every other setting; also captures non-secret OIDC mount config. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 150322@bnt-lap001 Assistant-Session: 16a7b788-374e-4915-a1df-fc87ffd9a5e4
This commit is contained in:
parent
85f6a14892
commit
7f25af3cb1
3 changed files with 166 additions and 0 deletions
4
scripts/openbao-platform-admin-callback-prune.sh
Executable file
4
scripts/openbao-platform-admin-callback-prune.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# Silent child for the governed attended login; results go to the receipt only.
|
||||
set -euo pipefail
|
||||
exec python3 "$(dirname "$0")/openbao_platform_admin_callback_prune.py" "$@" >/dev/null 2>&1
|
||||
Loading…
Add table
Add a link
Reference in a new issue