From ac8cf16a6fb60ccf9ca9954f6475c5235a0bb725 Mon Sep 17 00:00:00 2001 From: Emily Hazlehurst Date: Wed, 1 May 2024 17:05:15 +0100 Subject: [PATCH] Turn basic auth off on cron page --- deploy/development/ingress.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/development/ingress.yml b/deploy/development/ingress.yml index 8dbd2c4e0..caa824b6c 100644 --- a/deploy/development/ingress.yml +++ b/deploy/development/ingress.yml @@ -24,6 +24,9 @@ metadata: auth_basic off; return 301 https://raw.githubusercontent.com/ministryofjustice/security-guidance/main/contact/vulnerability-disclosure-security.txt; } + location = /wp/wp-cron.php { + auth_basic off; + } spec: ingressClassName: default tls: