Documentation
¶
Index ¶
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 ¶ added in v1.0.0
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(ctx context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
Click to show internal directories.
Click to hide internal directories.