keylime

package
v0.0.0-...-9f270a0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	KeylimeAgentHost string `hcl:"keylime_agent_host"`
	KeylimeAgentPort string `hcl:"keylime_agent_port"`
}

type KeylimeAgentIdentityResponse

type KeylimeAgentIdentityResponse struct {
	Code    int    `json:"code"`
	Status  string `json:"status"`
	Results struct {
		Quote string `json:"quote"`
	} `json:"results"`
}

type KeylimeAgentInfoResponse

type KeylimeAgentInfoResponse struct {
	Code    int    `json:"code"`
	Status  string `json:"status"`
	Results struct {
		AgentUUID string `json:"agent_uuid"`
		HashAlg   string `json:"tpm_hash_alg"`
	} `json:"results"`
}

type Plugin

type Plugin struct {
	nodeattestorv1.UnimplementedNodeAttestorServer
	configv1.UnimplementedConfigServer
	// contains filtered or unexported fields
}

func New

func New() *Plugin

func (*Plugin) AidAttestation

func (*Plugin) Configure

func (*Plugin) SetLogger

func (p *Plugin) SetLogger(log hclog.Logger)

Jump to

Keyboard shortcuts

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