Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AuthDirectory default directory used to store files // to authenticate request AuthDirectory = "/etc/ingress-controller/auth" )
Functions ¶
Types ¶
type Config ¶
type Config struct { Type string `json:"type"` Realm string `json:"realm"` File string `json:"file"` Secured bool `json:"secured"` FileSHA string `json:"fileSha"` Secret string `json:"secret"` SecretType string `json:"secretType"` }
Config returns authentication configuration for an Ingress rule
Click to show internal directories.
Click to hide internal directories.