istio / old_issues_repo

Deprecated issue-tracking repo, please post new issues or feature requests to istio/istio instead.
37 stars 9 forks source link

appendHeaders feature: different header for different destination. #332

Open akyyy opened 6 years ago

akyyy commented 6 years ago

Is this a BUG or FEATURE REQUEST?: FEATURE REQUEST

What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details

istioctl version: 0.7.1
kubectl version: 1.9.6-gke.1

What happened: Since appendHeaders is a field for RouteRule Spec, the same headers are appended for all destinations. https://github.com/istio/api/blob/28cb7ff671111dbcc1f4ba86046d8dc46d437400/routing/v1alpha1/route_rule.proto#L158

What you expected to happen: We can append different headers for different destinations.

Feature Request: Y

louiscryan commented 6 years ago

@rshriram not sure if we want to do this via route-rule or whether this would move into an extension