Files
proxmox/config/public-sector-program-manifest.json
defiQUG 3e2d94b12d
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
config: add route matrix, ops template, public-sector manifest, PMM mesh unit example
Made-with: Cursor
2026-03-27 18:46:34 -07:00

76 lines
3.2 KiB
JSON

{
"schemaVersion": "1.0.0",
"updated": "2026-03-25",
"description": "Registry of public-sector and eIDAS-related programs outside or beside proxmox; used by runbooks and docs. Verify repoUrl on Gitea if a repo is renamed. Unauthenticated HTTP to gitea.d-bis.org may return 404 for private or missing repos — confirm in Gitea UI or with credentials.",
"programs": [
{
"id": "smoa",
"displayName": "Secure Mobile Operations Application (SMOA)",
"role": "Android credential-holder / mission client; Spring Boot backend",
"repoUrl": "https://gitea.d-bis.org/Sankofa_Phoenix/SMOA.git",
"localPathHint": "../smoa",
"proxmoxDocRefs": [
"docs/02-architecture/SERVICE_DESCRIPTIONS.md",
"docs/02-architecture/PUBLIC_SECTOR_TENANCY_MARKETPLACE_AND_DEPLOYMENT_BASELINE.md"
],
"externalDocRefs": [
"backend/docs/LXC-PROXMOX-CONTAINERS.md",
"docs/compliance/evidence/eidas-compliance-evidence.md"
]
},
{
"id": "complete-credential",
"displayName": "Complete Credential (umbrella program)",
"role": "eIDAS / SMOA / credential integration program documentation and services",
"repoUrl": "https://gitea.d-bis.org/Sankofa_Phoenix/complete-credential.git",
"localPathHint": "../complete-credential",
"proxmoxDocRefs": [
"docs/11-references/COMPLETE_CREDENTIAL_EIDAS_PROGRAM_REPOS.md"
],
"externalDocRefs": []
},
{
"id": "cc-eidas-connector",
"displayName": "eIDAS SAML connector (receiving MS)",
"role": "SAML ACS / connector implementation (E-05 / E-05b roadmap)",
"repoUrl": "https://gitea.d-bis.org/Sankofa_Phoenix/cc-eidas-connector.git",
"localPathHint": "../complete-credential/submodules/cc-eidas-connector",
"proxmoxDocRefs": [
"docs/11-references/COMPLETE_CREDENTIAL_EIDAS_PROGRAM_REPOS.md"
],
"externalDocRefs": [
"docs/E05B_SAML_VERIFICATION_ROADMAP.md"
]
}
],
"catalogSkus": [
{
"id": "cc-phase1-lab",
"displayName": "Complete Credential Phase 1 lab (compose)",
"programManifestId": "complete-credential",
"deploymentProfile": "A",
"artifactKind": "compose_profile",
"artifactRef": "integration/docker-compose.phase1.yml",
"specRef": "complete-credential/docs/integrations/PHOENIX_SERVICE_CATALOG_SPEC.md"
},
{
"id": "cc-phase2-lab",
"displayName": "Complete Credential Phase 2 lab (NFC + device-registry stubs + Phase 1)",
"programManifestId": "complete-credential",
"deploymentProfile": "A",
"artifactKind": "compose_profile",
"artifactRef": "integration/docker-compose.phase1.yml + integration/docker-compose.phase2.lab.yml",
"specRef": "complete-credential/docs/integrations/PHOENIX_SERVICE_CATALOG_SPEC.md"
},
{
"id": "cc-eidas-connector-stack",
"displayName": "eIDAS connector (reference submodule)",
"programManifestId": "cc-eidas-connector",
"deploymentProfile": "B",
"artifactKind": "manual_runbook",
"artifactRef": "complete-credential/docs/integrations/EIDAS_CONNECTOR_DEPTH_RUNBOOK.md",
"specRef": "complete-credential/docs/integrations/PHOENIX_SERVICE_CATALOG_SPEC.md"
}
]
}