generated from coulomb/repo-seed
36 lines
1005 B
YAML
36 lines
1005 B
YAML
apiVersion: railiance.fabric/v1alpha1
|
|
kind: InterfaceDeclaration
|
|
metadata:
|
|
id: the-custodian.state-hub.dashboard
|
|
name: State Hub Dashboard
|
|
owner: the-custodian
|
|
repo: the-custodian
|
|
domain: custodian
|
|
spec:
|
|
lifecycle: active
|
|
environments: [dev]
|
|
description: Local browser dashboard for State Hub coordination views.
|
|
interface_type: web-ui
|
|
version: v1
|
|
service_id: the-custodian.state-hub
|
|
capability_ids:
|
|
- the-custodian.state-hub.coordination
|
|
endpoint:
|
|
url: http://127.0.0.1:3000
|
|
notes: Local workstation dashboard endpoint when the State Hub frontend is running.
|
|
deployment_overlay:
|
|
deployment_environment: dev
|
|
deployment_scenario: bernd-laptop
|
|
routing_authority: vite-dev-server
|
|
access_zone: private-dev
|
|
policy_authority: local-loopback-binding
|
|
exposure_class: local-only
|
|
route_evidence:
|
|
host: 127.0.0.1
|
|
port: 3000
|
|
protocol: tcp
|
|
route: http://127.0.0.1:3000
|
|
auth:
|
|
method: none
|
|
data_classification: internal
|