Harden production authorization and service auth
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a0217e-8c4c-7383-be6b-f50a6e485306
This commit is contained in:
parent
f579f3761c
commit
70371649af
20 changed files with 1268 additions and 54 deletions
|
|
@ -19,6 +19,8 @@ BAO_BIN="$(command -v bao)"
|
|||
WORK="$(mktemp -d)"
|
||||
export BAO_ADDR="http://127.0.0.1:8270"
|
||||
export BAO_TOKEN="se-demo-root"
|
||||
export SECRETS_ENGINE_HUB_URL="" # offline; uses local decision fixture
|
||||
export SECRETS_ENGINE_UNSAFE_DEMO="1" # required for live prod-lane demos
|
||||
# Keep secret material OUTSIDE the repo worktree (engine enforces this).
|
||||
TOKENFILE="$WORK/whynot.token"
|
||||
NEGATIVE_TOKENFILE="$WORK/unrelated.token"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ WORK="$(mktemp -d)"
|
|||
export BAO_ADDR="http://127.0.0.1:8271"
|
||||
export BAO_TOKEN="se-npm-demo-root"
|
||||
export SECRETS_ENGINE_HUB_URL="" # offline; uses local decision fixture
|
||||
export SECRETS_ENGINE_UNSAFE_DEMO="1" # required for live prod-lane demos
|
||||
TOKENFILE="$WORK/whynot.token"
|
||||
PKG="$WORK/pkg"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue