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

SPIFFE

What is SPIFFE?

SPIFFEAn open standard for assigning cryptographic, portable identities to software workloads using URI-based SPIFFE IDs and short-lived X.509 or JWT SVIDs.


SPIFFE (Secure Production Identity Framework For Everyone) is a CNCF standard that defines how workloads — containers, VMs, services — receive verifiable, cryptographic identities independent of network location. A SPIFFE ID is a URI of the form spiffe://trust-domain/path that uniquely names a workload. Identities are issued as SVIDs (SPIFFE Verifiable Identity Documents), either X.509 certificates for mTLS or JWTs for tokenized auth. Trust domains define the boundary of a SPIFFE deployment, with a top-level federation enabling cross-organization trust. SPIFFE is the identity foundation for Istio, Kuma, SPIRE, and many zero-trust architectures, replacing static credentials with automatically rotated, attested workload identities.

Examples

  1. 01

    spiffe://prod.example/ns/payments/sa/checkout — identity for the checkout service account in payments namespace.

  2. 02

    An mTLS connection where each side validates a SPIFFE X.509 SVID instead of a static client cert.

Frequently asked questions

What is SPIFFE?

An open standard for assigning cryptographic, portable identities to software workloads using URI-based SPIFFE IDs and short-lived X.509 or JWT SVIDs. It belongs to the Cloud Security category of cybersecurity.

What does SPIFFE mean?

An open standard for assigning cryptographic, portable identities to software workloads using URI-based SPIFFE IDs and short-lived X.509 or JWT SVIDs.

How does SPIFFE work?

SPIFFE (Secure Production Identity Framework For Everyone) is a CNCF standard that defines how workloads — containers, VMs, services — receive verifiable, cryptographic identities independent of network location. A SPIFFE ID is a URI of the form spiffe://trust-domain/path that uniquely names a workload. Identities are issued as SVIDs (SPIFFE Verifiable Identity Documents), either X.509 certificates for mTLS or JWTs for tokenized auth. Trust domains define the boundary of a SPIFFE deployment, with a top-level federation enabling cross-organization trust. SPIFFE is the identity foundation for Istio, Kuma, SPIRE, and many zero-trust architectures, replacing static credentials with automatically rotated, attested workload identities.

How do you defend against SPIFFE?

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

What are other names for SPIFFE?

Common alternative names include: Secure Production Identity Framework For Everyone.

Related terms