Add attended Policy Nexus source bootstrap
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a058f3-8ba0-7692-a042-9a870fc3d663
This commit is contained in:
parent
f342f9605e
commit
1b85a3ef3d
4 changed files with 470 additions and 0 deletions
9
scripts/openbao-bootstrap-policy-nexus-source.sh
Executable file
9
scripts/openbao-bootstrap-policy-nexus-source.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue