Skip to content

Commit

Permalink
Add controls around injected headers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
howardjohn committed Feb 8, 2022
1 parent 49eaa21 commit 33249a1
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 164 deletions.
18 changes: 18 additions & 0 deletions mesh/v1alpha1/istio.mesh.v1alpha1.gen.json

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

67 changes: 66 additions & 1 deletion 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 33249a1

Please sign in to comment.