Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog interface { GetDataStore() datastore.DataStore GetNodeAttestorNamed(name string) (nodeattestor.NodeAttestor, bool) GetKeyManager() keymanager.KeyManager GetNotifiers() []notifier.Notifier GetUpstreamAuthority() (upstreamauthority.UpstreamAuthority, bool) }
type Config ¶
type Config struct { Log logrus.FieldLogger TrustDomain spiffeid.TrustDomain PluginConfig HCLPluginConfigMap Metrics telemetry.Metrics IdentityProvider *identityprovider.IdentityProvider AgentStore *agentstore.AgentStore HealthChecker health.Checker }
type HCLPluginConfig ¶
type HCLPluginConfig = catalog.HCLPluginConfig
type HCLPluginConfigMap ¶
type HCLPluginConfigMap = catalog.HCLPluginConfigMap
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func (*Repository) Close ¶ added in v1.3.1
func (repo *Repository) Close()
func (*Repository) Plugins ¶ added in v1.0.0
func (repo *Repository) Plugins() map[string]catalog.PluginRepo
func (*Repository) Services ¶ added in v1.0.0
func (repo *Repository) Services() []catalog.ServiceRepo
Click to show internal directories.
Click to hide internal directories.