From 73b708cbfe5cce53ea2af8ad15ab0e4c4f56fd0a Mon Sep 17 00:00:00 2001 From: "Tore S. Loenoey" Date: Wed, 22 Nov 2023 14:41:54 +0100 Subject: [PATCH] fix: remove stuff not part of authreq annotations --- internal/ingress/annotations/authreq/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ingress/annotations/authreq/main.go b/internal/ingress/annotations/authreq/main.go index 8c253563b..c66b0ed47 100644 --- a/internal/ingress/annotations/authreq/main.go +++ b/internal/ingress/annotations/authreq/main.go @@ -170,7 +170,6 @@ type Config struct { KeepaliveTimeout int `json:"keepaliveTimeout"` ProxySetHeaders map[string]string `json:"proxySetHeaders,omitempty"` AlwaysSetCookie bool `json:"alwaysSetCookie,omitempty"` - DefaultEnable bool `json:"defaultEnable,omitempty"` /*# toredash */ } // DefaultCacheDuration is the fallback value if no cache duration is provided