Skip to content

Commit

Permalink
Turn basic auth off on cron page
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyHazlehurst committed May 1, 2024
1 parent 5f73336 commit ac8cf16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/development/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac8cf16

Please sign in to comment.