net-kingdom/examples/security-scenarios/README.md
tegwick d96aab2321
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
feat(orchestration): compose security scenarios
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02929-244b-7391-b933-c04010e8eedb
2026-08-23 12:40:52 +02:00

720 B

Security Scenario Examples

c0-local-identity.yaml is the first real, locally owned scenario composition. It selects the checked-in NetKingdom local-identity declaration, starts from an explicit bare_host_trust state, and produces a plan for bootstrap_identity_trust.

The example uses non-production identity values and does not execute anything:

python3 tools/security-scenario-composer/security_scenario_composer.py \
  --scenario examples/security-scenarios/c0-local-identity.yaml \
  capabilities/playbooks/net-kingdom.local-identity.yaml

A C1/C2 lightweight SSO example belongs here only after the KeyCape/Railiance owners publish conformant declarations beside their execution entry points.