Documentation
¶
Index ¶
- func BuiltIn() catalog.BuiltIn
- type DBusUnitInfo
- type Plugin
- func (p *Plugin) Attest(ctx context.Context, req *workloadattestorv1.AttestRequest) (*workloadattestorv1.AttestResponse, error)
- func (p *Plugin) AttestReference(_ context.Context, _ *workloadattestorv1.AttestReferenceRequest) (*workloadattestorv1.AttestReferenceResponse, error)
- func (p *Plugin) Close() error
- func (p *Plugin) SetLogger(log hclog.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBusUnitInfo ¶ added in v1.7.0
type Plugin ¶
type Plugin struct {
workloadattestorv1.UnsafeWorkloadAttestorServer
// contains filtered or unexported fields
}
func (*Plugin) Attest ¶
func (p *Plugin) Attest(ctx context.Context, req *workloadattestorv1.AttestRequest) (*workloadattestorv1.AttestResponse, error)
func (*Plugin) AttestReference ¶ added in v1.15.2
func (p *Plugin) AttestReference(_ context.Context, _ *workloadattestorv1.AttestReferenceRequest) (*workloadattestorv1.AttestReferenceResponse, error)
AttestReference returns Unimplemented. This plugin does not handle reference-based workload attestation; the host falls back to PID-based Attest when the reference is a WorkloadPIDReference.
Click to show internal directories.
Click to hide internal directories.