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

docs/best_practices/edge: fix use_proxy_proto location #9082

Merged
merged 1 commit into from
Nov 20, 2019
Merged

docs/best_practices/edge: fix use_proxy_proto location #9082

merged 1 commit into from
Nov 20, 2019

Conversation

Dominik-K
Copy link
Contributor

use_proxy_proto is part of the listener.FilterChain (not HttpConnectionManager)
https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/listener/listener.proto#listener-filterchain

Signed-off-by: Dominik dominik-k@mailbox.org

Risk Level: None
Testing: Manually tested with envoyproxy/envoy-alpine:v1.12.1 (Docker image)
Docs Changes: see description
Release Notes: docs: corrected use of use_proxy_proto in edge-proxy best-practice example

Fix for #8001

(Sorry for the doubled creation of this PR. Did it wrong (on #9079) with trying to fix to add my DCO. Sad that Github doesn't do it. But there's a Github feature-request for automated DCO signoff, but with just 3 votes, yet.)

`use_proxy_proto` is part of the `listener.FilterChain` (not `HttpConnectionManager`)
https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/listener/listener.proto#listener-filterchain

Signed-off-by: Dominik <dominik-k@mailbox.org>
Copy link
Member

@junr03 junr03 left a comment

Choose a reason for hiding this comment

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

Thanks!

@junr03 junr03 merged commit 2785658 into envoyproxy:master Nov 20, 2019
@Dominik-K Dominik-K deleted the docs/best_practices/edge/use_proxy_proto_fixed branch November 21, 2019 09:20
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

Successfully merging this pull request may close these issues.

2 participants