generated from coulomb/repo-seed
Some checks failed
validate-registry / validate (push) Has been cancelled
T02: remove inherited capability.infotech.repo-template and template consumer docs (statehub-register, template-validation-checklist); add capability.infotech.config-surface-atlas and rewrite capabilities.yaml. T03: seed 4 configuration surfaces (state-hub api-config, ops-warden routing-catalog, reuse-surface federation-sources, ops-bridge tunnel-config) with registry/indexes/surfaces.yaml; source-linked, no values, secret deps by reference. T06: add tools/validate_registry.py (schema + index gate), Makefile (make validate), and .github/workflows/validate.yml (GitHub + Gitea Actions); document in stack-and-commands. Verified malformed entries are rejected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1.4 KiB
1.4 KiB
id, name, kind, summary, owner, status, scope, mutability, security_class, schema, sources, relations, evidence
| id | name | kind | summary | owner | status | scope | mutability | security_class | schema | sources | relations | evidence | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| surface.infotech.ops-bridge.tunnel-config | ops-bridge SSH tunnel configuration | infra-state | Declares the reverse SSH tunnels (local/remote port maps) that expose State Hub and MCP services to remote machines. | ops-bridge | active |
|
deploy-time | operational |
|
|
|
|
ops-bridge SSH tunnel configuration
ops-bridge maintains reverse SSH tunnels that expose the State Hub API and MCP
endpoints to remote machines (the remote port map: State Hub API :18000, MCP
:18001). This surface maps that tunnel configuration as infra-state.
- Source of truth: the
ops-bridgerepo tunnel config; SSH certs are a secret reference (depends_on_secret), signed by ops-warden, never stored here. - Relation: exposes
surface.infotech.state-hub.api-configto remote workers. - Mutability: deploy-time — tunnel changes are brought up via
bridge up.