generated from coulomb/repo-seed
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
apiVersion: railiance.fabric/v1alpha1
|
|
kind: InterfaceDeclaration
|
|
metadata:
|
|
id: railiance-fabric.registry.http-api
|
|
name: Railiance Fabric Registry HTTP API
|
|
owner: railiance-fabric
|
|
repo: railiance-fabric
|
|
domain: railiance
|
|
source_links:
|
|
- label: HTTP routes
|
|
path: railiance_fabric/server.py
|
|
- label: API docs
|
|
path: docs/registry-api.md
|
|
spec:
|
|
lifecycle: active
|
|
environments: [dev]
|
|
description: Local HTTP API for repository registration, graph snapshot ingestion, graph queries, inventory views, State Hub export, Backstage projection, xRegistry projection, and graph explorer payloads.
|
|
interface_type: http-api
|
|
version: v1alpha1
|
|
service_id: railiance-fabric.registry
|
|
capability_ids:
|
|
- railiance-fabric.registry.ecosystem-registry
|
|
endpoint:
|
|
url: http://127.0.0.1:8765
|
|
notes: Local workstation endpoint when the registry service is running.
|
|
deployment_overlay:
|
|
deployment_environment: dev
|
|
deployment_scenario: bernd-laptop
|
|
routing_authority: local-process
|
|
access_zone: private-dev
|
|
policy_authority: local-loopback-binding
|
|
exposure_class: local-only
|
|
route_evidence:
|
|
host: 127.0.0.1
|
|
port: 8765
|
|
protocol: tcp
|
|
route: http://127.0.0.1:8765
|
|
auth:
|
|
method: none
|
|
data_classification: internal
|