Documentation
¶
Overview ¶
Package jwks manages downloading and updating the keys from a JWKS source for keys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Database database.Config SecretManager secrets.Config Port string `env:"PORT, default=8080"` }
func (*Config) DatabaseConfig ¶
func (*Config) SecretManagerConfig ¶ added in v0.9.1
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles updating all HealthAuthorities if they've specified a JWKS URI.
func NewManager ¶ added in v0.9.1
NewManager creates a new Manager.
Click to show internal directories.
Click to hide internal directories.