Classify first-run bootstrap endpoints
Dependency Audit / dependency-audit (push) Failing after 1m44s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 10m52s

This commit is contained in:
2026-08-04 10:07:24 +02:00
parent 9bb2c808a6
commit 9e956eec6f
@@ -343,6 +343,20 @@
"rationale": "Published integration, interoperability, public-participant, or health endpoint.", "rationale": "Published integration, interoperability, public-participant, or health endpoint.",
"repository": "govoplan-calendar" "repository": "govoplan-calendar"
}, },
{
"category": "intentionally_headless",
"method": "POST",
"path": "/bootstrap/first-admin",
"rationale": "The restricted first-run endpoint is consumed by the local bootstrap handoff and can only create the first durable administrator.",
"repository": "govoplan-core"
},
{
"category": "intentionally_headless",
"method": "GET",
"path": "/bootstrap/status",
"rationale": "The local bootstrap handoff reads only minimum first-run readiness before a normal authenticated shell exists.",
"repository": "govoplan-core"
},
{ {
"category": "public_integration", "category": "public_integration",
"method": "GET", "method": "GET",