Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DistributorAddress string
QueryFrontendAddress string
RulerAddress string
AlertManagerAddress string
JwtSecret string
ExtraHeaders string
TenantName string
TenantIDClaim string
JwksURL string
JwksRefreshEnabled bool
JwksRefreshInterval int
JwksRefreshTimeout int
}
Config for a gateway
func (*Config) RegisterFlags ¶
RegisterFlags adds the flags required to config this package's Config struct
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
Gateway hosts a reverse proxy for each upstream cortex service we'd like to tunnel after successful authentication
Click to show internal directories.
Click to hide internal directories.