hsaf_eip_binding
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: HSAF for Edge IP Binding
Edge IP Binding works with a limited set of static IP addresses to distribute your content, which can be limiting in large footprint environments. This behavior sets Hash Serial and Forward (HSAF) for Edge IP Binding to deal with larger footprints. It can only be configured on your behalf by Akamai Professional Services.
For more information, see the Edge IP Binding documentation.
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" "http_strict_transport_security" {
rules_v2025_02_18 {
name = "HSAF for Edge IP Binding"
comments = "Works with a limited set of static IP addresses to distribute your content."
behavior {
http_strict_transport_security {
enabled = false
}
}
}
}
"behaviors": [
{
"name": "hsafEipBinding",
"options": {
"enabled": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables HSAF for Edge IP Binding customers with a large footprint.
|
custom_extracted_serial |
Whether to pull the serial number from the variable value set in the
advanced behavior. Work with your Akamai Services team to add the advanced behavior earlier in your property to extract and apply the AKA_PM_EIP_HSAF_SERIAL variable.
|
hash_min_value |
Specifies the minimum value for the HSAF hash. Value range is
2 -2045 . This needs to be lower than hash_max_value .
|
hash_max_value |
Specifies the maximum value for the hash. Value range is
3 -2046 . This needs to be higher than hash_min_value .
|
tier |
Specifies where the behavior is applied. Value is one of:
|
Updated about 1 hour ago