Eval penalty box
akamai_appsec_eval_penalty_box
Modifies the penalty box settings for a security policy in evaluation mode - evaluation penalty box.
When the penalty box is enabled for a policy in evaluation mode, clients that trigger a WAF Deny action are placed in the penalty box.
There, the action you select for the penalty box (either Alert or Deny) continues to apply to any requests from that client for the next 10 minutes.
resource "akamai_appsec_eval_penalty_box" "eval_penalty_box" {
config_id = 12345
security_policy_id = "abcd_1234567"
penalty_box_protection = true
penalty_box_action = "deny"
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
penalty_box_protection | ✔️ | Set to true to enable evaluation penalty box protection; set to false to disable evaluation penalty box protection. |
penalty_box_action | ✔️ | Action taken any time evaluation penalty box protection is triggered. Possible values are:
|
Updated 2 days ago