Documentation ¶
Index ¶
- func BuiltIn() catalog.Plugin
- type MSIAttestorConfig
- type MSIAttestorPlugin
- func (p *MSIAttestorPlugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (*spi.ConfigureResponse, error)
- func (p *MSIAttestorPlugin) FetchAttestationData(stream nodeattestor.NodeAttestor_FetchAttestationDataServer) error
- func (p *MSIAttestorPlugin) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MSIAttestorConfig ¶
type MSIAttestorConfig struct { // ResourceID assigned to the MSI token. This value is the intended // audience of the token, in other words, which service the token can be // used to authenticate with. Ideally deployments use the ID of an // application they registered with the active directory to limit the scope // of use of the token. A bogus value cannot be used; Azure makes sure the // resource ID is either an azure service ID or a registered app ID. ResourceID string `hcl:"resource_id"` // contains filtered or unexported fields }
type MSIAttestorPlugin ¶
type MSIAttestorPlugin struct { nodeattestor.UnsafeNodeAttestorServer // contains filtered or unexported fields }
func New ¶
func New() *MSIAttestorPlugin
func (*MSIAttestorPlugin) Configure ¶
func (p *MSIAttestorPlugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (*spi.ConfigureResponse, error)
func (*MSIAttestorPlugin) FetchAttestationData ¶
func (p *MSIAttestorPlugin) FetchAttestationData(stream nodeattestor.NodeAttestor_FetchAttestationDataServer) error
func (*MSIAttestorPlugin) GetPluginInfo ¶
func (p *MSIAttestorPlugin) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
Click to show internal directories.
Click to hide internal directories.