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

Allow the setting of disable_shadow_host_suffix_append RequestMirrorPolicy. #10584

Open
chris530 opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@chris530
Copy link

Gloo Edge Product

Enterprise

Gloo Edge Version

v1.17

Is your feature request related to a problem? Please describe.

Customer asked if we can add the ability to set disable_shadow_host_suffix_append when shadowing traffic.

Describe the solution you'd like

The appending of -shadow to the host header is a issue for them. They would like the prevention of adding -shadow.

Using this upstream section to test.

      options:
        shadowing:
          upstream:
            name: web-shadow-80
            namespace: gloo-system
          percentage: 100

Describe alternatives you've considered

Tried to remove the -shadow part with a transformation but it does not work. It looks like the adding of -shadow happens after the transformation filter in envoy.

Additional Context

https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto
https://docs.solo.io/gateway/latest/resiliency/shadowing/

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

1 participant