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

ArgumentRequiredDescription
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:
  • ASE_AUTO. Akamai automatically updates your rulesets.
  • ASE_MANUAL. Manually updates your rulesets.
  • KRS. Rulesets must be manually upgraded.
  • AAG. Rulesets are automatically upgraded by Akamai.
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

AttributeDescription
current_rulesetVersioning information for the current Kona Rule Set.
eval_rulesetVersioning information for the Kona Rule Set being evaluated (if applicable).
eval_statusReturns enabled if an evaluation is currently in progress; otherwise returns disabled.
eval_expiration_dateDate on which the evaluation period ends (if applicable).