Skip to content

Commit

Permalink
Merge pull request #1442 from cloudflare/docs-for-ruleset-managed-cha…
Browse files Browse the repository at this point in the history
…llenge

rulesets: add support for "managed_challenge" action
  • Loading branch information
jacobbednarz authored Feb 11, 2022
2 parents 332bf00 + c7860b9 commit 2f8f81a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1442.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
cloudflare_ruleset: add support for "managed_challenge" action
```
2 changes: 1 addition & 1 deletion website/docs/r/ruleset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The following arguments are supported:
**Nested schema for `rules`**

* `action_parameters` - (Required) List of parameters that configure the behavior of the ruleset rule action (refer to the [nested schema](#nestedblock--action-parameters)).
* `action` - (Required) Action to perform in the ruleset rule. Valid values are `"block"`, `"challenge"`, `"ddos_dynamic"`, `"execute"`, `"force_connection_close"`, `"js_challenge"`, `"log"`, `"rewrite"`, `"score"`, or `"skip"`.
* `action` - (Required) Action to perform in the ruleset rule. Valid values are `"block"`, `"challenge"`, `"ddos_dynamic"`, `"execute"`, `"force_connection_close"`, `"js_challenge"`, `"managed_challenge"`, `"log"`, `"rewrite"`, `"score"`, or `"skip"`.
* `description` - (Optional) Brief summary of the ruleset rule and its intended use.
* `enabled` - (Optional) Whether the rule is active.
* `expression` - (Required) Criteria for an HTTP request to trigger the ruleset rule action. Uses the Firewall Rules expression language based on Wireshark display filters. Refer to the [Firewall Rules language](https://developers.cloudflare.com/firewall/cf-firewall-language) documentation for all available fields, operators, and functions.
Expand Down

0 comments on commit 2f8f81a

Please sign in to comment.