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 oathkeeper.RuleUpstream `json:"upstream" yaml:"upstream"`
Authenticators map[string]AuthenticatorRuleConfig `json:"authenticators" yaml:"authenticators"`
Authorizer oathkeeper.RuleHandler `json:"authorizer" yaml:"authorizer"`
Mutators []oathkeeper.RuleHandler `json:"mutators" yaml:"mutators"`
Errors []oathkeeper.RuleErrorHandler `json:"errors" yaml:"errors"`
}
Click to show internal directories.
Click to hide internal directories.