Skip to content

Commit 197910f

Browse files
committed
nginx: Disabel strict-validate-path-type
In auth-url we use full URLs
1 parent 0a0a689 commit 197910f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/ingress-nginx/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ingress-nginx:
1717
use-forwarded-headers: true
1818
allow-snippet-annotations: true
1919
annotations-risk-level: Critical
20+
strict-validate-path-type: "false"
2021
enable-brotli: "true"
2122
brotli-level: "6"
2223
# Added text/html and application/vnd.api+json + default ones:

0 commit comments

Comments
 (0)