docs: record live zone config migration
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a0291a-1e87-7151-9934-fcbfe3f65eb1
This commit is contained in:
tegwick 2026-08-22 15:50:42 +02:00
parent bebcdf929c
commit e24d2d5bd0
3 changed files with 11 additions and 15 deletions

View file

@ -190,9 +190,9 @@ def main() -> int:
)
return 1
print(
"\nREADY — the calling side presents an identity. Next: tell flex-auth to set "
"callerAuth.mode: enforce on flex-auth-ops-warden and re-run this check. "
"Zone-specific PEP failure modes already replace the retired global switches."
"\nREADY — the calling side presents an identity. Verify "
"callerAuth.mode remains enforce on flex-auth-ops-warden after rollout. "
"Zone-specific PEP failure modes replace the retired global switches."
)
return 0