You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helm-chart and spiffe-helper applications provide bundles in x509 format. Given a jwt-svid, provide an example validating the jwt with a pem bundle. I want to be able to validate JWTs without relying on a live connection to spire-agent for performance and reliability concerns. Identity systems have highly variable and burstable traffic, so a static bundle approach is a better design for our usage.
-> % kubectl -n spire-server get cm spire-bundle -o yaml
apiVersion: v1
data:
bundle.crt: |
-----BEGIN CERTIFICATE-----
MIIDWDCCAkCgAwIBAgIRAIKUsVv6UEa6LJqbQzWC/PIwDQYJKoZIhvcNAQELBQAw
NTELMAkGA1UEBhMCTkwxEDAOBgNVBAoTB0V4YW1wbGUxFDASBgNVBAMTC2V4YW1w
bGUub3JnMB4XDTIzMDYxMjAyMzgxNVoXDTIzMDYxMzAyMzgyNVowNTELMAkGA1UE
The helm-chart and spiffe-helper applications provide bundles in x509 format. Given a jwt-svid, provide an example validating the jwt with a pem bundle. I want to be able to validate JWTs without relying on a live connection to spire-agent for performance and reliability concerns. Identity systems have highly variable and burstable traffic, so a static bundle approach is a better design for our usage.
The text was updated successfully, but these errors were encountered: