We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.envoyproxy.io/docs/envoy/latest/intro/deprecated#version-1-10-0-apr-5-2019
^ the latest version of envoy deprecates "Use of enabled in CorsPolicy, found in route.proto. Set the filter_enabled field instead."
enabled
filter_enabled
It looks like the cors fields in the envoy.yaml examples should be updated from enabled: true to something like
cors
enabled: true
filter_enabled: default_value: numerator: 100 denominator: HUNDRED
The text was updated successfully, but these errors were encountered:
We have fixed some of those at #593 and #595. Looks like there's one more place we need to fix: https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/helloworld/README.md
Sorry, something went wrong.
Fixed in #617
No branches or pull requests
https://www.envoyproxy.io/docs/envoy/latest/intro/deprecated#version-1-10-0-apr-5-2019
^ the latest version of envoy deprecates "Use of
enabled
in CorsPolicy, found in route.proto. Set thefilter_enabled
field instead."It looks like the
cors
fields in the envoy.yaml examples should be updated fromenabled: true
to something likeThe text was updated successfully, but these errors were encountered: