Docs: Update reference configurations YAML templates for Struct deprecation for Any and hosts deprecation for load_assignment#6368
Docs: Update reference configurations YAML templates for Struct deprecation for Any and hosts deprecation for load_assignment#6368htuch merged 11 commits intoenvoyproxy:masterfrom moderation:master
Conversation
…onfigs, updates Sandbox docs. Signed-off-by: Michael Payne <michael@sooper.org>
Signed-off-by: Michael Payne <michael@sooper.org>
…hine running DoH / DoT - enable successful download of libjaegertracing_plugin.linux_amd64.so for jaeger-native-tracing sandbox. Signed-off-by: Michael Payne <michael@sooper.org>
Signed-off-by: Michael Payne <michael@sooper.org>
Signed-off-by: Michael Payne <michael@sooper.org>
Signed-off-by: Michael Payne <michael@sooper.org>
|
Ready for review @dio. This ended up being a fairly big change @derekargueta - thanks for starting the load_assignment change. |
htuch
left a comment
There was a problem hiding this comment.
Thanks, this is a nice contribution to moving forward on Any as production support (modulo the hashing issues). Looks mostly good.. have you tested the resulting YAML from the templates anywhere? Just loading them up into an Envoy would be good (not sure if the tests you have in the commit message do this).
/wait
|
@htuch The resulting YAML is tested with |
|
The documentation doesn't change in this PR but the referring section in the docs to the Reference configurations is at https://www.envoyproxy.io/docs/envoy/latest/install/ref_configs |
| - name: envoy.http_connection_manager | ||
| config: | ||
| typed_config: | ||
| '@type': type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager |
There was a problem hiding this comment.
Super nit, not sure if we should always use " instead of ' for this.
There was a problem hiding this comment.
Good catch. Fixing now.
Signed-off-by: Michael Payne <michael@sooper.org>
Description: Update examples for Struct deprecation for Any
Risk Level: Low - generated configs only, no changes to code
Testing:
bazel build //configs:example_configs,bazel test //test/...Docs Changes: None required
Release Notes: None required
Completes: #6025
Replaces: #6356
Related: #6346