Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatorRuleConfig ¶
type Config ¶
type Config struct {
Prefix string `json:"prefix" yaml:"prefix"`
ServerUrls []string `json:"server_urls" yaml:"server_urls"`
Upstream rule.Upstream `json:"upstream" yaml:"upstream"`
Authenticators map[string]AuthenticatorRuleConfig `json:"authenticators" yaml:"authenticators"`
Authorizer rule.Handler `json:"authorizer" yaml:"authorizer"`
Mutators []rule.Handler `json:"mutators" yaml:"mutators"`
Errors []rule.ErrorHandler `json:"errors" yaml:"errors"`
}
Click to show internal directories.
Click to hide internal directories.