hnasr / javascript_playground

Javascript playground tutorials
1.06k stars 948 forks source link

fix: envoy v2 HttpConnectionManager update #22

Closed samarpanda closed 3 years ago

samarpanda commented 3 years ago

Required v3 HttpConnectionManager update

Error

[2021-04-25 18:28:07.800][952905][warning][misc] [source/common/protobuf/utility.cc:294] Configuration does not parse cleanly as v3. v2 configuration is deprecated and will be removed from Envoy at the start of Q1 2021: envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager
[2021-04-25 18:28:07.804][952905][critical][main] [source/server/server.cc:109] error initializing configuration 'http.yaml': The v2 xDS major version is deprecated and disabled by default. Support for v2 will be removed from Envoy at the start of Q1 2021. You may make use of v2 in Q4 2020 by following the advice in https://www.envoyproxy.io/docs/envoy/latest/faq/api/transition. (envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager)
[2021-04-25 18:28:07.808][952905][info][main] [source/server/server.cc:782] exiting
The v2 xDS major version is deprecated and disabled by default. Support for v2 will be removed from Envoy at the start of Q1 2021. You may make use of v2 in Q4 2020 by following the advice in https://www.envoyproxy.io/docs/envoy/latest/faq/api/transition. (envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager)

Fix

'@type': 'type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager'
hnasr commented 3 years ago

Thanks for the fix!