Register Fabric registry service

This commit is contained in:
2026-05-18 20:57:58 +02:00
parent dc3051aa8e
commit b2165b5a2a
7 changed files with 124 additions and 0 deletions

View File

@@ -119,3 +119,14 @@ spec:
- http-api
- event-stream
tags: [coordination, state-hub, planning]
- id: ecosystem-registry
name: Ecosystem registry
lifecycle: active
description: Registers repositories and exposes graph, inventory, and visualization projections over the ecosystem model.
default_criticality: high
default_data_classification: internal
expected_interface_types:
- http-api
- web-ui
tags: [registry, discovery, graph, visualization]

View File

@@ -17,6 +17,14 @@ spec:
typical_auth_methods: [none, oidc, jwt, mtls, api_key]
versioning: path, header, media-type, or documented semantic version.
- id: web-ui
name: Web UI
lifecycle: active
description: Browser-based user interface for humans and agents operating through a visual surface.
category: ui
typical_auth_methods: [none, oidc, jwt, mtls, api_key]
versioning: URL path, static asset version, and documented user-facing workflow compatibility.
- id: oidc-discovery
name: OIDC discovery
lifecycle: active