You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did build ratelimit using current version (no proto folder anymore). and when trying to docker-compose up, only the envoy proxy fails to start:
main] [source/server/server.cc:117] error initializing configuration '/etc/envoy.yaml': Unable to parse JSON as proto (INVALID_ARGUMENT:(static_resources.listeners[0].filter_chains[0].filters[0].typed_config): invalid value Invalid type URL, unknown type: envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager for type Any)
The text was updated successfully, but these errors were encountered:
It's an issue related to envoy of a legacy version. Change FROM envoyproxy/envoy-dev:latest to FROM envoyproxy/envoy-dev:de18671ab2f89ddb52adaa82e50cb592b4f69298 in Dockerfile-envoy.yaml, and the tag latest is not recommended.
Did build ratelimit using current version (no proto folder anymore). and when trying to docker-compose up, only the envoy proxy fails to start:
main] [source/server/server.cc:117] error initializing configuration '/etc/envoy.yaml': Unable to parse JSON as proto (INVALID_ARGUMENT:(static_resources.listeners[0].filter_chains[0].filters[0].typed_config): invalid value Invalid type URL, unknown type: envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager for type Any)
The text was updated successfully, but these errors were encountered: