The Workload Identity Insight
Classical PKI answers: "Is this a valid cert signed by a trusted CA?"
Workload identity answers: "Is this the specific workload I expect, running in the
expected environment, with the expected authorization?"
The difference:
- Classical: certificate = machine identity (hostname, IP)
- SPIFFE: certificate = workload identity (service name, team, environment)
A SPIFFE ID looks like:
spiffe://example.org/ns/prod/sa/provisioning-service
└──────────────────┬────────────────────────┘
URI-SAN in X.509 cert
This is the Subject Alternative Name in an ordinary X.509 cert — just with a spiffe:// URI instead of a DNS name.