Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ExtensionFactory
NewFactory creates a factory for the OIDC Authenticator extension.
Types ¶
type Config ¶
type Config struct { config.ExtensionSettings `mapstructure:",squash"` configgrpc.GRPCServerSettings `mapstructure:",squash"` configgrpc.GRPCClientSettings `mapstructure:"remote"` // StrategyFile defines the location of the strategy file to serve. Cannot be set when `Endpoint` is already set. StrategyFile string `mapstructure:"strategy_file"` }
Config has the configuration for the extension enabling the health check extension, used to report the health status of the service.
Click to show internal directories.
Click to hide internal directories.