Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog interface { GetBundlePublishers() []bundlepublisher.BundlePublisher GetCredentialComposers() []credentialcomposer.CredentialComposer 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 PluginConfigs PluginConfigs Metrics telemetry.Metrics IdentityProvider *identityprovider.IdentityProvider AgentStore *agentstore.AgentStore HealthChecker health.Checker EventsBasedCache bool }
type PluginConfigs ¶ added in v1.6.0
type PluginConfigs = catalog.PluginConfigs
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.