Skip to content

Commit

Permalink
Add option to set runtime flags (#2239)
Browse files Browse the repository at this point in the history
For istio/istio#37202

I was originally going to use env var hacks - we already have similar
for `ISTIO_META` and `XDS_HEADER`. However, envoy runtime vars take the
format of `foo.bar_baz=something`. Env vars do not allow `.`, or really
any special charecters other than `_`, so we cannot easily use them.
Instead, seems better to have an explicit field.
  • Loading branch information
howardjohn authored Feb 9, 2022
1 parent 49eaa21 commit 6c56022
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 171 deletions.
7 changes: 7 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.

12 changes: 12 additions & 0 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 6c56022

Please sign in to comment.