Documentation ¶
Index ¶
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"` }
type MSIAttestorPlugin ¶
type MSIAttestorPlugin struct { nodeattestorv1.UnsafeNodeAttestorServer configv1.UnsafeConfigServer // contains filtered or unexported fields }
func New ¶
func New() *MSIAttestorPlugin
func (*MSIAttestorPlugin) AidAttestation ¶
func (p *MSIAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
func (*MSIAttestorPlugin) Configure ¶
func (p *MSIAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
Click to show internal directories.
Click to hide internal directories.