Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2022 Changes in this version + type ACL struct + Credentials []Credential + MatchPrincipal string + func (a *ACL) Validate() []error + type ConfigFile struct + ACLs []ACL + SPIFFE *SpiffeConfig + func (c *ConfigFile) Validate() []error + type Credential struct + ObjectReference string + Provider string + func (c *Credential) Key() string + type Files struct + SVIDCert string + SVIDKey string + TrustDomainCA string + type InMemory struct + SVIDCert []byte + SVIDKey []byte + TrustDomainCA []byte + type SVIDSources struct + Files *Files + InMemory *InMemory + WorkloadAPI *WorkloadAPI + type SpiffeConfig struct + SVIDSources SVIDSources + type WorkloadAPI struct + SocketPath string