Skip to content

Commit

Permalink
Add controls around injected headers (#2240)
Browse files Browse the repository at this point in the history
* Add controls around injected headers

This PR adds controls to which headers should be added to
requests/responses. This solves (most of)
istio/istio#17635, a common feature request.

A prototype is implemented in istio/istio#37215.

Open questions:
* Naming bikeshed
* Mesh config or proxy config or something else? Currently its in proxy
  config
* Is a list of ENUMs the best way to represent this? it does allow a
  strange config like `[REQUEST_ID, REQUEST_ID]` but that can just
rejected

* address comments

* xfcc
  • Loading branch information
howardjohn authored Aug 11, 2023
1 parent 3cdd517 commit 7c4ff78
Show file tree
Hide file tree
Showing 4 changed files with 1,303 additions and 458 deletions.
356 changes: 290 additions & 66 deletions mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c4ff78

Please sign in to comment.