spiffe/go-spiffe

Implement jwtbundle.Bundle type

azdagron opened this issue · 1 comments

The jwtbundle.Bundle type contains trusted JWT public keys for a given trust domain. The bundle marshals/unmarshals to/from a JWKS. The v2-api branch has scaffolding for all of the methods that need implementing in bundle.go.

Fixed in #76