Registry / security / spiffe-go-spiffe-v2

spiffe-go-spiffe-v2

JSON →
library2.7.0gogounverified

Package go-spiffe provides a Go implementation of the SPIFFE and SPIRE standards for secure service identity.

go get github.com/spiffe/go-spiffe/v2
INSTALL
IMPORT
SIG · SPIFFE-GO-SPIFFE-V
S
spiffe-go-spiffe-v2
securitygov2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spiffe
github.com/spiffe/go-spiffe/v2

Parses an X.509 SVID from raw bytes and prints its SPIFFE ID.

package main import ( "fmt" "github.com/spiffe/go-spiffe/v2/svid/x509svid" ) func main() { svid, err := x509svid.Parse([]byte("...")) if err != nil { panic(err) } fmt.Println(svid.ID.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
spiffe-go-spiffe-v2 — go get spiffe-go-spiffe-v2 · libregistry