18 lines
720 B
Markdown
18 lines
720 B
Markdown
|
|
# 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:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
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.
|