proto: add a new field called append_action in the HeaderValueOption#18246
proto: add a new field called append_action in the HeaderValueOption#18246mattklein123 merged 7 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
| google.protobuf.BoolValue append = 2; | ||
|
|
||
| // Describes the action taken to append/overwrite the given value for an existing header | ||
| // or to only add this header if it's absent. Value defaults to :ref:`APPEND_IF_EXISTS_OR_ADD<envoy_v3_api_enum_value_config.core.v3.HeaderValueOption.HeaderAppendAction.APPEND_IF_EXISTS_OR_ADD>`. |
There was a problem hiding this comment.
Can you mark this [#not-implemented-hide] just in case it takes a bit for the other PR to land? Thank you.
/wait
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
|
/retest |
|
Retrying Azure Pipelines: |
|
/retest |
|
Retrying Azure Pipelines: |
mattklein123
left a comment
There was a problem hiding this comment.
Thanks, please don't forget to revert the not-implemented hide changes in your other PR.
Thanks, @mattklein123! Yes, I'll revert the not-implemented hide changes and will address all the remaining comments. |
…nvoyproxy#18246) Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
This PR adds a new field called
append_actionto theHeaderValueOption. This is just the.protochange being done in the preparation for #18130. We'll mark the existingappendfield as deprecated in #18310.append_actionextends the header matcher by describing what append action to take indicating whether:Commit Message: add a new field called append_action in the HeaderValueOption.
Additional Description: Adds a new field called
append_actioninHeaderValueOptionwhich will ultimately deprecate the oldappendand will extend the existing matcher functionality.Risk Level: -
Testing: -
Docs Changes: N/A (Will be done in #18130)
Release Notes: N/A (Will be done in #18130)
Platform Specific Features: N/A
Signed-off-by: Rohit Agrawal rohit.agrawal@databricks.com