generated from coulomb/repo-seed
36 lines
971 B
YAML
36 lines
971 B
YAML
apiVersion: railiance.fabric/v1alpha1
|
|
kind: InterfaceDeclaration
|
|
metadata:
|
|
id: the-custodian.state-hub.http-api
|
|
name: State Hub HTTP API
|
|
owner: the-custodian
|
|
repo: the-custodian
|
|
domain: custodian
|
|
spec:
|
|
lifecycle: active
|
|
environments: [all]
|
|
description: HTTP API for coordination state and progress tracking.
|
|
interface_type: http-api
|
|
version: v1
|
|
service_id: the-custodian.state-hub
|
|
capability_ids:
|
|
- the-custodian.state-hub.coordination
|
|
endpoint:
|
|
url: http://127.0.0.1:8000
|
|
notes: Local workstation State Hub REST API.
|
|
deployment_overlay:
|
|
deployment_environment: dev
|
|
deployment_scenario: bernd-laptop
|
|
routing_authority: state-hub-local-process
|
|
access_zone: private-dev
|
|
policy_authority: local-loopback-binding
|
|
exposure_class: local-only
|
|
route_evidence:
|
|
host: 127.0.0.1
|
|
port: 8000
|
|
protocol: tcp
|
|
route: http://127.0.0.1:8000
|
|
auth:
|
|
method: none
|
|
data_classification: internal
|