railiance-platform/scripts/openbao-bootstrap-policy-nexus-source.sh
codex 1b85a3ef3d
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Add attended Policy Nexus source bootstrap
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a058f3-8ba0-7692-a042-9a870fc3d663
2026-08-31 23:24:05 +02:00

9 lines
310 B
Bash
Executable file

#!/usr/bin/env bash
# Exact silent owner command for the CCR-2026-0014 attended bootstrap.
set -euo pipefail
REPO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "${REPO_DIR}"
scripts/openbao-apply-policy-nexus-source-ccr.sh
python3 scripts/provision-policy-nexus-forgejo-source.py >/dev/null 2>&1