attestor

package
v0.11.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 30 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsSVIDExpired added in v0.11.0

func IsSVIDExpired(svid []*x509.Certificate, timeNow func() time.Time) bool

IsSVIDExpired returns true if the X.509 SVID provided is expired

Types

type AttestationResult

type AttestationResult struct {
	SVID   []*x509.Certificate
	Key    *ecdsa.PrivateKey
	Bundle *bundleutil.Bundle
}

type Attestor

type Attestor interface {
	Attest(ctx context.Context) (*AttestationResult, error)
}

func New

func New(config *Config) Attestor

type Config

type Config struct {
	Catalog               catalog.Catalog
	Metrics               telemetry.Metrics
	JoinToken             string
	TrustDomain           url.URL
	TrustBundle           []*x509.Certificate
	InsecureBootstrap     bool
	BundleCachePath       string
	SVIDCachePath         string
	Log                   logrus.FieldLogger
	ServerAddress         string
	CreateNewAgentClient  func(grpc.ClientConnInterface) agent.AgentClient
	CreateNewBundleClient func(grpc.ClientConnInterface) bundle.BundleClient
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL