We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3085052 commit def501dCopy full SHA for def501d
internal/ingress/annotations/authtls/main.go
@@ -43,7 +43,9 @@ const (
43
var (
44
authVerifyClientRegex = regexp.MustCompile(`^(on|off|optional|optional_no_ca)$`)
45
redirectRegex = regexp.MustCompile(`^(@[A-Za-z0-9_-]+|((https?://)?[A-Za-z0-9\-.]+(:\d+)?)?(/[A-Za-z0-9\-_.]+)*/?)$`)
46
+)
47
48
+var (
49
authTLSAnnotations = parser.Annotation{
50
Group: "authentication",
51
Annotations: parser.AnnotationFields{
0 commit comments