Documentation ¶
Index ¶
- func BuiltIn() catalog.Plugin
- type MSIAttestorConfig
- type MSIAttestorPlugin
- func (p *MSIAttestorPlugin) Attest(stream nodeattestor.NodeAttestor_AttestServer) error
- func (p *MSIAttestorPlugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (*spi.ConfigureResponse, error)
- func (p *MSIAttestorPlugin) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
- type TenantConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MSIAttestorConfig ¶
type MSIAttestorConfig struct { Tenants map[string]*TenantConfig `hcl:"tenants"` // contains filtered or unexported fields }
type MSIAttestorPlugin ¶
type MSIAttestorPlugin struct { nodeattestorbase.Base // contains filtered or unexported fields }
func New ¶
func New() *MSIAttestorPlugin
func (*MSIAttestorPlugin) Attest ¶
func (p *MSIAttestorPlugin) Attest(stream nodeattestor.NodeAttestor_AttestServer) error
func (*MSIAttestorPlugin) Configure ¶
func (p *MSIAttestorPlugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (*spi.ConfigureResponse, error)
func (*MSIAttestorPlugin) GetPluginInfo ¶
func (p *MSIAttestorPlugin) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
type TenantConfig ¶
type TenantConfig struct {
ResourceID string `hcl:"resource_id"`
}
Click to show internal directories.
Click to hide internal directories.