Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IIDAttestorConfig ¶
type IIDAttestorConfig struct {
EC2MetadataEndpoint string `hcl:"ec2_metadata_endpoint"`
}
IIDAttestorConfig configures a IIDAttestorPlugin.
type IIDAttestorPlugin ¶
type IIDAttestorPlugin struct { nodeattestorv1.UnsafeNodeAttestorServer configv1.UnsafeConfigServer // contains filtered or unexported fields }
IIDAttestorPlugin implements aws nodeattestation in the agent.
func (*IIDAttestorPlugin) AidAttestation ¶
func (p *IIDAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
AidAttestation implements the NodeAttestor interface method of the same name
func (*IIDAttestorPlugin) Configure ¶
func (p *IIDAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
Configure implements the Config interface method of the same name
func (*IIDAttestorPlugin) SetLogger ¶
func (p *IIDAttestorPlugin) SetLogger(log hclog.Logger)
Click to show internal directories.
Click to hide internal directories.