package
2.5.0
Repository: https://github.com/spiffe/go-spiffe.git
Documentation: pkg.go.dev

# Functions

FetchBundle retrieves a bundle from a bundle endpoint.
NewHandler returns an HTTP handler that provides the trust domain bundle for the given trust domain.
WatchBundle watches a bundle on a bundle endpoint.
No description provided by the author
WithSPIFFEAuth authenticates the bundle endpoint with SPIFFE authentication using the provided root store.
WithWebPKIRoots authenticates the bundle endpoint using Web PKI authentication using the provided X.509 root certificates instead of the system ones.

# Interfaces

BundleWatcher is used by WatchBundle to provide the caller with bundle updates and control the next refresh time.
FetchOption is an option used when dialing the bundle endpoint.
No description provided by the author