Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) FetchBundleURL ¶
type ServerOption ¶
type ServerOption interface {
// contains filtered or unexported methods
}
func WithSPIFFEAuth ¶
func WithSPIFFEAuth(bundle *spiffebundle.Bundle, svid *x509svid.SVID) ServerOption
func WithTestBundles ¶
func WithTestBundles(bundles ...*spiffebundle.Bundle) ServerOption
WithTestBundles sets the bundles that are returned by the Bundle Endpoint. You can specify several bundles, which are going to be returned one at a time each time a bundle is GET by a client.
Click to show internal directories.
Click to hide internal directories.