Skip to content

Commit def501d

Browse files
committed
Revert reformat
1 parent 3085052 commit def501d

File tree

1 file changed

+2
-0
lines changed
  • internal/ingress/annotations/authtls

1 file changed

+2
-0
lines changed

internal/ingress/annotations/authtls/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ const (
4343
var (
4444
authVerifyClientRegex = regexp.MustCompile(`^(on|off|optional|optional_no_ca)$`)
4545
redirectRegex = regexp.MustCompile(`^(@[A-Za-z0-9_-]+|((https?://)?[A-Za-z0-9\-.]+(:\d+)?)?(/[A-Za-z0-9\-_.]+)*/?)$`)
46+
)
4647

48+
var (
4749
authTLSAnnotations = parser.Annotation{
4850
Group: "authentication",
4951
Annotations: parser.AnnotationFields{

0 commit comments

Comments
 (0)