trustprovider

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KubernetesTrustProvider string = "k8s"
)

Variables

This section is empty.

Functions

func GetTrustProviderKindFromProfile added in v0.5.0

func GetTrustProviderKindFromProfile(profile string) (string, error)

GetTrustProviderKindFromProfile returns the valid kind of trust provider for the corresponding profile.

Types

type TrustProvider

type TrustProvider struct {
	Kind         string
	AgentConfig  TrustProviderAgentConfig
	ServerConfig TrustProviderServerConfig
}

type TrustProviderAgentConfig

type TrustProviderAgentConfig struct {
	WorkloadAttestor       string
	WorkloadAttestorConfig map[string]any
	NodeAttestor           string
}

type TrustProviderServerConfig

type TrustProviderServerConfig struct {
	NodeAttestor       string
	NodeAttestorConfig map[string]any
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL