Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSLCert ¶
type SSLCert struct { Secret string CertFileName string KeyFileName string CAFileName string PemSHA string }
SSLCert returns external authentication configuration for an Ingress rule
func ParseAnnotations ¶
func ParseAnnotations(ing *extensions.Ingress, fn func(secret string) (*SSLCert, error)) (*SSLCert, error)
ParseAnnotations parses the annotations contained in the ingress rule used to use an external URL as source for authentication
Click to show internal directories.
Click to hide internal directories.