Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SFE struct { DebugAddr string `validate:"omitempty,hostname_port"` // ListenAddress is the address:port on which to listen for incoming // HTTP requests. Defaults to ":80". ListenAddress string `validate:"omitempty,hostname_port"` // Timeout is the per-request overall timeout. This should be slightly // lower than the upstream's timeout when making requests to the SFE. Timeout config.Duration `validate:"-"` // ShutdownStopTimeout is the duration that the SFE will wait before // shutting down any listening servers. ShutdownStopTimeout config.Duration TLS cmd.TLSConfig RAService *cmd.GRPCClientConfig SAService *cmd.GRPCClientConfig // UnpauseHMACKey validates incoming JWT signatures at the unpause // endpoint. This key must be the same as the one configured for all // WFEs. This field is required to enable the pausing feature. UnpauseHMACKey cmd.HMACKeyConfig Features features.Config } Syslog cmd.SyslogConfig OpenTelemetry cmd.OpenTelemetryConfig // OpenTelemetryHTTPConfig configures tracing on incoming HTTP requests OpenTelemetryHTTPConfig cmd.OpenTelemetryHTTPConfig }
Click to show internal directories.
Click to hide internal directories.