WAF mode
akamai_appsec_waf_mode
Modifies the way your Kona Rule Set rules are updated.
Use KRS mode to update the rule sets manually or AAG to have those rule sets automatically updated.
resource "akamai_appsec_waf_mode" "waf_mode" {
config_id = 12345
security_policy_id = "abc_1234567"
mode = "KRS"
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
mode | ✔️ | Specifies how Kona Rule Set rules are upgraded. Possible values are:
Note: The ASE_AUTO and ASE_MANUAL options are only available to accounts using Adaptive Security Engine. For more information on ASE, contact your Akamai representative. |
Attributes
| Attribute | Description |
|---|---|
current_ruleset | Versioning information for the current Kona Rule Set. |
eval_ruleset | Versioning information for the Kona Rule Set being evaluated (if applicable). |
eval_status | Returns enabled if an evaluation is currently in progress; otherwise returns disabled. |
eval_expiration_date | Date on which the evaluation period ends (if applicable). |
Updated 20 days ago
