generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 664
Open
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.
Description
What would you like to be added:
Documentation for the HTTPHeaderName states that
If multiple entries specify equivalent header names, the first entry with an equivalent name MUST be considered for a match.
Actual behavior is that filters specifying equivalent header names are invalid, for example:
requestHeaderModifier:
add:
- name: my-header-name
value: my-header-value
- name: my-header-name
value: my-header-value2
So, if multiple entries specify equivalent header names, the respective HTTP/GRPCRoute will fail with Duplicate value: map[string]interface {}{"name":"my-header-name"}, so I assume the documentation should be aligned with this description
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.