allow_​https_​cache_​key_​sharing

Version: v2025-02-18Includes use: Yes

Behavior name: HTTPS Cache Key Sharing

HTTPS cache key sharing allows HTTP requests to be served from an HTTPS cache.

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" "allow_https_cache_key_sharing" {
  rules_v2025_02_18 {
    name     = "HTTPS Cache Key Sharing"
    comments = "Allows HTTP requests to be served from an HTTPS cache."
    behavior {
      allow_https_cache_key_sharing {
        enabled = true
      }
    }
  }
}
"behaviors": [
  {
    "name": "allowHTTPSCacheKeySharing",
    "options": {
      "enabled": true
    }
  }
]

Options

Option Description
enabled
Enables HTTPS cache key sharing.