From d4579da040fbdaf758c6c1b40e22e14f82eba882 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Mon, 21 Oct 2024 16:07:55 -0500 Subject: [PATCH] Block a few more things --- helm/values.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml.j2 b/helm/values.yaml.j2 index a3282ef..71e7d05 100644 --- a/helm/values.yaml.j2 +++ b/helm/values.yaml.j2 @@ -11,7 +11,7 @@ ingress: annotations: ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/configuration-snippet: | - location ~ ^/(swagger|metrics) { + location ~ ^/(swagger|metrics|admin|datasources|connections/datasources) { return 403; }