Documentation
¶
Index ¶
- func BuiltIn() catalog.BuiltIn
- type MSIAttestorConfig
- type MSIAttestorPlugin
- func (p *MSIAttestorPlugin) Attest(stream nodeattestorv1.NodeAttestor_AttestServer) error
- func (p *MSIAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
- func (p *MSIAttestorPlugin) SetLogger(log hclog.Logger)
- func (p *MSIAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, 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" json:"tenants"` AgentPathTemplate string `hcl:"agent_path_template" json:"agent_path_template"` }
type MSIAttestorPlugin ¶
type MSIAttestorPlugin struct { nodeattestorbase.Base nodeattestorv1.UnsafeNodeAttestorServer configv1.UnsafeConfigServer // contains filtered or unexported fields }
func New ¶
func New() *MSIAttestorPlugin
func (*MSIAttestorPlugin) Attest ¶
func (p *MSIAttestorPlugin) Attest(stream nodeattestorv1.NodeAttestor_AttestServer) error
func (*MSIAttestorPlugin) Configure ¶
func (p *MSIAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
func (*MSIAttestorPlugin) SetLogger ¶
func (p *MSIAttestorPlugin) SetLogger(log hclog.Logger)
func (*MSIAttestorPlugin) Validate ¶ added in v1.11.0
func (p *MSIAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Click to show internal directories.
Click to hide internal directories.