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
Title: ext_proc does not honour HeaderAppendAction
Description:
What issue is being seen? Describe what should be happening instead of
When running envoy with the ext_proc filter and pointing to a server that returns header mutation, envoy does not honour the AppendAction field but only the deprecated Append field as mentioned in the HeaderValueOption docs.
Despite setting AppendAction to any supported value, envoy only overwrites the existing header or appends to it if append is true.
This is because the relevant code change is yet to be made in ext_proc despite the updated API Link to the code that only checks the value of append
Title: ext_proc does not honour HeaderAppendAction
Description:
When running envoy with the ext_proc filter and pointing to a server that returns header mutation, envoy does not honour the
AppendAction
field but only the deprecatedAppend
field as mentioned in the HeaderValueOption docs.Despite setting AppendAction to any supported value, envoy only overwrites the existing header or appends to it if append is true.
This is because the relevant code change is yet to be made in ext_proc despite the updated API
Link to the code that only checks the value of append
ext_proc server snippet :
The text was updated successfully, but these errors were encountered: