Skip to content

Commit 6c56022

Browse files
authored
Add option to set runtime flags (#2239)
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.
1 parent 49eaa21 commit 6c56022

File tree

5 files changed

+419
-171
lines changed

5 files changed

+419
-171
lines changed

mesh/v1alpha1/istio.mesh.v1alpha1.gen.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)