Skip to content

Commit

Permalink
removed exception for testing as no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
danielglen-moj committed Dec 4, 2024
1 parent cce90f7 commit 80ab902
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm_deploy/wordpress/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ metadata:
tag:github_team=hale-platform,\
tag:environment=hale-platform-{{ .Values.configmap.envtype }}-auth,\
ctl:ruleEngine=DetectionOnly"
{{- if eq .Values.configmap.envtype "staging" }}
SecRule REMOTE_ADDR "@ipMatch 80.195.27.199/32" "phase:2,id:200000001,nolog,allow"
{{- end }}
nginx.ingress.kubernetes.io/server-snippet: |
location = /.well-known/security.txt {
auth_basic off;
Expand Down

0 comments on commit 80ab902

Please sign in to comment.