<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Workload on Le Site de François</title><link>https://lesitedefrancois.be/en/tags/workload/</link><description>Recent content in Workload on Le Site de François</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 François</copyright><atom:link href="https://lesitedefrancois.be/en/tags/workload/index.xml" rel="self" type="application/rss+xml"/><item><title>SPIFFE / SPIRE</title><link>https://lesitedefrancois.be/en/security/spiffe-spire/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lesitedefrancois.be/en/security/spiffe-spire/</guid><description>&lt;p&gt;&lt;strong&gt;SPIFFE (Secure Production Identity Framework for Everyone)&lt;/strong&gt; is a CNCF graduated specification that defines a standard for workload identity: a universal answer to the question &amp;ldquo;how does a service prove who it is to another service, without a human provisioning a secret?&amp;rdquo; The core primitives are simple. A &lt;strong&gt;SPIFFE ID&lt;/strong&gt; is a URI of the form &lt;code&gt;spiffe://trust-domain/path&lt;/code&gt; that unambiguously names a workload within a trust domain — for example &lt;code&gt;spiffe://prod.example.com/payments/api&lt;/code&gt;. A &lt;strong&gt;SVID (SPIFFE Verifiable Identity Document)&lt;/strong&gt; is a cryptographically signed document asserting that SPIFFE ID, in one of two forms: an &lt;strong&gt;X.509-SVID&lt;/strong&gt;, which is a standard X.509 certificate with the SPIFFE ID encoded in the Subject Alternative Name field (used for mTLS), or a &lt;strong&gt;JWT-SVID&lt;/strong&gt;, which is a short-lived JWT bearing the SPIFFE ID as the &lt;code&gt;sub&lt;/code&gt; claim (used for service-to-service authentication where TLS termination is handled elsewhere). A &lt;strong&gt;trust bundle&lt;/strong&gt; is the set of CA certificates for a trust domain that relying parties use to validate SVIDs — analogous to a root CA store, but scoped to a SPIFFE trust domain. The &lt;strong&gt;Workload API&lt;/strong&gt; is the local gRPC API through which a workload retrieves its SVID and the trust bundles of domains it needs to communicate with, with automatic rotation before expiry.&lt;/p&gt;</description></item></channel></rss>