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

@@ -28,12 +28,14 @@ Machine-readable catalog files:
| `audit-event-sink` | planned | high | confidential | `event-stream`, `http-api` |
| `scope-generation` | active | medium | internal | `cli`, `http-api` |
| `coordination-read-model` | active | high | internal | `http-api`, `event-stream` |
| `ecosystem-registry` | active | high | internal | `http-api`, `web-ui` |
## Interface Types
| Type | Lifecycle | Category | Typical Auth |
|------|-----------|----------|--------------|
| `http-api` | active | api | `none`, `oidc`, `jwt`, `mtls`, `api_key` |
| `web-ui` | active | ui | `none`, `oidc`, `jwt`, `mtls`, `api_key` |
| `oidc-discovery` | active | identity | `none` |
| `kubernetes-secret` | active | kubernetes | `kubernetes_service_account` |
| `kubernetes-crd` | active | kubernetes | `kubernetes_service_account` |