Skip to content

Commit 616840e

Browse files
Documentation Fix compute_security_policy (#9732) (#7087)
Fix mixed up descriptions between request_uri and request_query_param. [upstream:9779afc017103e7986c2458f5efc77deeb581c2e] Signed-off-by: Modular Magician <[email protected]>
1 parent 1a3d3b6 commit 616840e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/9732.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/compute_security_policy.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ The following arguments are supported:
280280

281281
* `request_cookie` - (Optional) Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is [documented below](#nested_field_params).
282282

283-
* `request_uri` - (Optional) Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is [documented below](#nested_field_params).
283+
* `request_uri` - (Optional) Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is [documented below](#nested_field_params).
284284

285-
* `request_query_param` - (Optional) Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is [documented below](#nested_field_params).
285+
* `request_query_param` - (Optional) Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is [documented below](#nested_field_params).
286286

287287
* `target_rule_set` - (Required) Target WAF rule set to apply the preconfigured WAF exclusion.
288288

0 commit comments

Comments
 (0)