Documentation ¶
Index ¶
- func BuiltIn() catalog.BuiltIn
- type IIDAttestorConfig
- type IIDAttestorPlugin
- func (p *IIDAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
- func (p *IIDAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
- func (p *IIDAttestorPlugin) SetLogger(log hclog.Logger)
- func (p *IIDAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
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)
func (*IIDAttestorPlugin) Validate ¶ added in v1.11.0
func (p *IIDAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Click to show internal directories.
Click to hide internal directories.