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
RouteConfiguration always return empty cluster_header fields. Code for reproduce:
RouteConfiguration.newBuilder() .setName("local_route") .addVirtualHosts( VirtualHost.newBuilder() .addRequestMirrorPolicies(RequestMirrorPolicy.newBuilder().setClusterHeader("cluster-shadow"))) .build();
cluster_header exist in snapshot but not return in RouteConfiguration
grpcurl -plaintext -d ' { "version_info":"1", "type_url":"type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "resource_names":[ "local_route" ], "node":{ "cluster":"cluster1", "id":"id1" } }' localhost:8888 envoy.service.discovery.v3.AggregatedDiscoveryService/StreamAggregatedResources | jq .resources[0].virtualHosts[0].requestMirrorPolicies [ {} ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RouteConfiguration always return empty cluster_header fields. Code for reproduce:
cluster_header exist in snapshot
but not return in RouteConfiguration
The text was updated successfully, but these errors were encountered: