Documentation ¶
Index ¶
- func BuiltIn() catalog.BuiltIn
- type IITAttestorConfig
- type IITAttestorPlugin
- func (p *IITAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
- func (p *IITAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
- func (p *IITAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IITAttestorConfig ¶
type IITAttestorConfig struct { IdentityTokenHost string `hcl:"identity_token_host"` ServiceAccount string `hcl:"service_account"` }
IITAttestorConfig configures a IITAttestorPlugin.
type IITAttestorPlugin ¶
type IITAttestorPlugin struct { nodeattestorv1.UnsafeNodeAttestorServer configv1.UnsafeConfigServer // contains filtered or unexported fields }
IITAttestorPlugin implements GCP nodeattestation in the agent.
func (*IITAttestorPlugin) AidAttestation ¶
func (p *IITAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
AidAttestation fetches attestation data from the GCP metadata server and sends an attestation response on given stream.
func (*IITAttestorPlugin) Configure ¶
func (p *IITAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
func (*IITAttestorPlugin) Validate ¶ added in v1.11.0
func (p *IITAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Click to show internal directories.
Click to hide internal directories.