istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/security/spire/clusterspiffeid.yaml (about)

     1  apiVersion: spire.spiffe.io/v1alpha1
     2  kind: ClusterSPIFFEID
     3  metadata:
     4    name: example
     5  spec:
     6    spiffeIDTemplate: "spiffe://{{ .TrustDomain }}/ns/{{ .PodMeta.Namespace }}/sa/{{ .PodSpec.ServiceAccountName }}"
     7    podSelector:
     8      matchLabels:
     9        spiffe.io/spire-managed-identity: "true"