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/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-upstream-config shows 7 supported extensions, but actually only supports 4 of them.
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-typed-extension-protocol-options shows no supported extensions, but should be specifying at least envoy.upstreams.http.http_protocol_options, since that's apparently how we use that, at least according to the protobuf file comments:
envoy.upstreams.http.http_protocol_options
envoy/api/envoy/extensions/upstreams/http/v3/http_protocol_options.proto
Lines 51 to 61 in d34e163
This has led to confusion in other issues.
The text was updated successfully, but these errors were encountered:
@yanavlasov @adisuissa as the config folks
Sorry, something went wrong.
No branches or pull requests
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-upstream-config shows 7 supported extensions, but actually only supports 4 of them.
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-typed-extension-protocol-options shows no supported extensions, but should be specifying at least
envoy.upstreams.http.http_protocol_options
, since that's apparently how we use that, at least according to the protobuf file comments:envoy/api/envoy/extensions/upstreams/http/v3/http_protocol_options.proto
Lines 51 to 61 in d34e163
This has led to confusion in other issues.
The text was updated successfully, but these errors were encountered: