origin_​ip_​acl

Version: v2025-01-13Includes use: Yes

Behavior name: Origin IP Access Control List

Origin IP Access Control List limits the traffic to your origin. It only allows requests from specific edge servers that are configured as part of a supernet defined by CIDR blocks.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "origin_failure_recovery_method" {
  rules_v2025_02_18 {
    name     = "Origin IP Access Control List"
    comments = "Limits the traffic to your origin."
    behavior {
      origin_failure_recovery_method {
        enable = true
      }
    }
  }
}
"behaviors": [
  {
    "name": "originIpAcl",
    "options": {
      "enable": true
    }
  }
]

Options

Option Description
enable
Enables the Origin IP Access Control List behavior.