Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewParser ¶
func NewParser() parser.IngressAnnotation
NewParser creates a new authentication request annotation parser
Types ¶
type External ¶
type External struct {
URL string `json:"url"`
// Host contains the hostname defined in the URL
Host string `json:"host"`
SigninURL string `json:"signinUrl"`
Method string `json:"method"`
ResponseHeaders []string `json:"responseHeaders,omitEmpty"`
}
External returns external authentication configuration for an Ingress rule
Click to show internal directories.
Click to hide internal directories.