Skip to content

Commit 9877ae7

Browse files
authored
Merge pull request #869 from apcj-f5/shsingh/nap-403-response
shsingh/nap 403 response
2 parents 953829c + 4a1c36d commit 9877ae7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

argocd/manifests/bank/bank-waf-default-blocking-403-response-policy.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ spec:
1010
applicationLanguage: utf-8
1111
enforcementMode: blocking
1212
response-pages:
13-
- responseActionType: custom
14-
responsePageType: default
15-
responseHeader: "HTTP/1.1 403 Forbidden\r\nCache-Control: no-cache\r\nPragma: no-cache\r\nConnection: close"
16-
responseContent: "The request URL was rejected. Please consult with your administrator. Your support ID is: <%TS.request.ID()%>"
13+
responseActionType:
14+
- custom
15+
responsePageType:
16+
- default
17+
responseHeader: "HTTP/1.1 403 Forbidden\r\nCache-Control: no-cache\r\nPragma: no-cache\r\nConnection: close"
18+
responseContent: "The request URL was rejected. Please consult with your administrator. Your support ID is: <%TS.request.ID()%>"

0 commit comments

Comments
 (0)