Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.17 KB

File metadata and controls

43 lines (31 loc) · 1.17 KB

threadforge-secure-runtime

Identity-Gated Durable Runtime (Minimal Stack)

What This Repository Provides

  • SPIFFE/SPIRE-based identity-gated API runtime
  • Durable authority ledger backed by PostgreSQL
  • Prometheus metrics exposure
  • Minimal Kubernetes deployment via Kustomize
  • Digest-enforced image policy compatibility

Architectural Boundary

This repository does NOT include:

  • Vector databases
  • ClickHouse or analytics pipelines
  • Grafana, Loki, Tempo, or tracing stacks
  • AI/ML model logic
  • Containment/redteam harness
  • Cluster provisioning logic
  • Helm charts
  • Development/demo tooling

Assumptions

  • Kubernetes 1.26+
  • ValidatingAdmissionPolicy enabled
  • SPIRE-based identity plane present (or installed via substrate)
  • PostgreSQL PVC available (provided by this repo)
  • Cluster-admin permissions for installation

Installation

make install
make validate

Intended Use

This repository demonstrates a minimal production-grade runtime secured by workload identity and backed by a durable authority ledger. It is designed as a consulting-grade reference for identity-gated service architecture or as a composable runtime layer atop a Kubernetes substrate.