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

Respect http2 protocol for upstreams of terminating gateways #13699

Merged
merged 4 commits into from
Jul 13, 2022

Conversation

kyhavlov
Copy link
Contributor

@kyhavlov kyhavlov commented Jul 8, 2022

This PR fixes a bug with terminating gateway upstreams that have http2 set as the protocol. Currently, the terminating gateway won't communicate to the upstream correctly with the http2 protocol options set - this PR adds that logic in agent/xds/clusters.go

@kyhavlov kyhavlov requested review from a team and mkeeler and removed request for a team July 8, 2022 21:37
@github-actions github-actions bot added the theme/envoy/xds Related to Envoy support label Jul 8, 2022
Copy link
Contributor

@eculver eculver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - tests too. I see that the type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions is getting set now which is important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/envoy/xds Related to Envoy support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants