NET-WP-0017: implement T05 first user lifecycle operator flow (console template+guide, evidence, validate support, docs integration)
This commit is contained in:
parent
2036857f70
commit
1f0e8490fd
3 changed files with 121 additions and 5 deletions
8
Makefile
8
Makefile
|
|
@ -216,6 +216,12 @@ security-bootstrap-custody-roster-template: ## Print a non-secret two-of-three c
|
|||
security-bootstrap-cleanup-evidence-template: ## Print non-secret NET-WP-0017-T03/T04 cleanup and taint evidence JSON template
|
||||
python3 tools/security-bootstrap-console/security_bootstrap_console.py cleanup-evidence-template
|
||||
|
||||
security-bootstrap-lifecycle-flow-template: ## Print non-secret NET-WP-0017-T05 lifecycle operator-flow evidence JSON template
|
||||
python3 tools/security-bootstrap-console/security_bootstrap_console.py lifecycle-flow-template
|
||||
|
||||
security-bootstrap-lifecycle-guide: ## Print the practical T05 operator flow guide (onboard/lock/offboard/review/fabric-admin with previews + commands)
|
||||
python3 tools/security-bootstrap-console/security_bootstrap_console.py lifecycle-guide
|
||||
|
||||
security-bootstrap-validate-custody-roster: ## Validate and verify the signed local custody roster
|
||||
python3 tools/security-bootstrap-console/security_bootstrap_console.py \
|
||||
validate-custody-roster \
|
||||
|
|
@ -281,6 +287,8 @@ security-bootstrap-ui: security-bootstrap-metadata-init ## Serve local custody a
|
|||
security-bootstrap-validate-onboarding-dry-run \
|
||||
security-bootstrap-custody-roster-template \
|
||||
security-bootstrap-cleanup-evidence-template \
|
||||
security-bootstrap-lifecycle-flow-template \
|
||||
security-bootstrap-lifecycle-guide \
|
||||
security-bootstrap-validate-custody-roster \
|
||||
security-bootstrap-sign-custody-roster \
|
||||
security-bootstrap-approve-custody \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue