Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 1079

SPIRE Runtime

What is SPIRE Runtime?

SPIRE RuntimeThe reference open-source implementation of SPIFFE: a server-and-agent system that attests workloads and issues short-lived X.509 or JWT SVIDs.


SPIRE (SPIFFE Runtime Environment) is the production-grade reference implementation of SPIFFE. It consists of a central SPIRE Server that maintains registration entries and a signing CA, and a SPIRE Agent that runs on each node, performs node and workload attestation, and exposes the SPIFFE Workload API over a local UNIX socket. Attestation plugins prove a workload's properties — Kubernetes service account, container image hash, instance metadata on AWS/GCP/Azure, bare-metal TPM measurements — before the agent fetches a short-lived SVID for that workload. SPIRE supports federation between trust domains and integrates with Istio, Kuma, Envoy, Vault, and AWS/Azure/GCP. It removes long-lived secrets in favor of cryptographic, attested identity.

Examples

  1. 01

    SPIRE Agent on a Kubernetes node attests pods via Kubernetes PSAT plugin and serves SVIDs.

  2. 02

    Federating two SPIRE trust domains across business units so services can verify each other's SVIDs.

Frequently asked questions

What is SPIRE Runtime?

The reference open-source implementation of SPIFFE: a server-and-agent system that attests workloads and issues short-lived X.509 or JWT SVIDs. It belongs to the Cloud Security category of cybersecurity.

What does SPIRE Runtime mean?

The reference open-source implementation of SPIFFE: a server-and-agent system that attests workloads and issues short-lived X.509 or JWT SVIDs.

How does SPIRE Runtime work?

SPIRE (SPIFFE Runtime Environment) is the production-grade reference implementation of SPIFFE. It consists of a central SPIRE Server that maintains registration entries and a signing CA, and a SPIRE Agent that runs on each node, performs node and workload attestation, and exposes the SPIFFE Workload API over a local UNIX socket. Attestation plugins prove a workload's properties — Kubernetes service account, container image hash, instance metadata on AWS/GCP/Azure, bare-metal TPM measurements — before the agent fetches a short-lived SVID for that workload. SPIRE supports federation between trust domains and integrates with Istio, Kuma, Envoy, Vault, and AWS/Azure/GCP. It removes long-lived secrets in favor of cryptographic, attested identity.

How do you defend against SPIRE Runtime?

Defences for SPIRE Runtime typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for SPIRE Runtime?

Common alternative names include: SPIFFE Runtime Environment.

Related terms