Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // SPIFFE ID of Sentry. SentryID spiffeid.ID `mapstructure:"-"` // Location of the JWKS: a URL, path on local file, or the actual JWKS (optionally base64-encoded) Source string `mapstructure:"source"` // Minimum interval before the JWKS can be refrehsed if fetched from a HTTP(S) endpoint. MinRefreshInterval time.Duration `mapstructure:"minRefreshInterval"` // Timeout for network requests. RequestTimeout time.Duration `mapstructure:"requestTimeout"` }
Click to show internal directories.
Click to hide internal directories.