Eval
akamai_appsec_eval
Issues an evaluation mode command (Start
, Stop
, Restart
, Update
, or Complete
) to a security configuration.
Evaluation mode is used for testing and fine-tuning your Kona Rule Set rules and configuration settings.
In evaluation mode rules are triggered by events, but the only thing those rules do is record the actions they would have taken had the event occurred on the production network.
Note: This resource requires your account uses Adaptive Security Engine.
resource "akamai_appsec_eval" "my_eval_operation" {
config_id = 12345
security_policy_id = "abcd_1234567"
eval_operation = "START"
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
eval_operation | ✔️ | Evaluation mode operation. Possible values are:
|
eval_mode | Set to ASE_AUTO to have your Kona Rule Set rules automatically updated during the evaluation period; set to ASE_MANUAL if you want to manually update your evaluation rules. |
Attributes
Attribute | Description |
---|---|
evaluating_ruleset | Versioning information for the Kona Rule Set being evaluated. |
expiration_date | Date when the evaluation period ends. |
current_ruleset | Versioning information for the Kona Rule Set currently in use on the production network. |
eval_status | If true, an evaluation is currently in progress. |
Updated 8 days ago