Documentation ¶
Index ¶
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"`
}
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(ctx context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
func (*MSIAttestorPlugin) SetLogger ¶
func (p *MSIAttestorPlugin) SetLogger(log hclog.Logger)
type TenantConfig ¶
Click to show internal directories.
Click to hide internal directories.