Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Envoy is crashing with a parse error in envoy.yaml #1

Open
canoas opened this issue Dec 7, 2021 · 1 comment
Open

Envoy is crashing with a parse error in envoy.yaml #1

canoas opened this issue Dec 7, 2021 · 1 comment

Comments

@canoas
Copy link

canoas commented Dec 7, 2021

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)

@minimAluminiumalism
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants