You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling down an existing config to create a new pipeline (via CLI), it's created an ESI.json template based on the ESI rule as expected. However, validation checks warn of an unknown/unsupported value when saving the pipeline environment or attempting to promote it...
"type": "https://problems.luna.akamaiapis.net/papi/v0/validation/unknown_attribute",
"errorLocation": {
"template": "templates\ESI.json",
"variables": [],
"location": "behaviors/0/options/detectInjection",
"value": false
},
"detail": "The behavior 'ESI (Edge Side Includes)' does not have detectInjection."
Removing this key:value pair from the JSON template resolves.
I'm guessing this may actually lie in Property Manager API, rather than the Pipeline itself?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Can You please provide any details how to reproduce this issue? What configuration needs to be already present before running the command? What operation/command You run that produces the error?
When pulling down an existing config to create a new pipeline (via CLI), it's created an ESI.json template based on the ESI rule as expected. However, validation checks warn of an unknown/unsupported value when saving the pipeline environment or attempting to promote it...
"type": "https://problems.luna.akamaiapis.net/papi/v0/validation/unknown_attribute",
"errorLocation": {
"template": "templates\ESI.json",
"variables": [],
"location": "behaviors/0/options/detectInjection",
"value": false
},
"detail": "The behavior '
ESI (Edge Side Includes)
' does not have detectInjection."Removing this key:value pair from the JSON template resolves.
I'm guessing this may actually lie in Property Manager API, rather than the Pipeline itself?
Thanks!
The text was updated successfully, but these errors were encountered: