build(deps): bump envoy-docs-sphinx-runner from 0.1.0 to 0.1.9 in /tools/base#61
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps [envoy-docs-sphinx-runner](https://github.com/envoyproxy/pytooling) from 0.1.0 to 0.1.9. - [Release notes](https://github.com/envoyproxy/pytooling/releases) - [Commits](envoyproxy/toolshed@0.1.0...0.1.9) --- updated-dependencies: - dependency-name: envoy-docs-sphinx-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
abeyad
pushed a commit
that referenced
this pull request
Feb 15, 2026
…tion port (envoyproxy#43088) When using Layer 4 load balancers (like AWS NLB) that terminate TLS and forward traffic using PROXY protocol, Envoy receives unencrypted traffic but needs to know the original protocol for correct redirect behavior. This change adds a new HCM configuration option `forwarded_proto_config` that allows specifying which PROXY protocol destination ports should be treated as HTTPS or HTTP. When enabled and the local address was restored from PROXY protocol, the `x-forwarded-proto` header is set based on whether the destination port is in `https_destination_ports` or `http_destination_ports`. Example configuration: ``` http_connection_manager: forwarded_proto_config: https_destination_ports: [443, 8443] http_destination_ports: [80, 8080] ``` Risk Level: Low - opt-in feature that only activates when explicitly configured and when localAddressRestored() is true Testing: Added 6 unit tests in conn_manager_utility_test.cc covering port 443/80 mapping, unmapped ports, empty config, non-restored address, and custom ports Docs Changes: N/A Release Notes: Added Platform Specific Features: [Optional Runtime guard:] Fixes envoyproxy#43031 [Optional Fixes commit #PR or SHA] [Optional Deprecated:] API Considerations: Added new message ForwardedProtoConfig and field forwarded_proto_config (#61) to HttpConnectionManager. The configuration uses two repeated uint32 fields (https_destination_ports and http_destination_ports) for type-safe port specification without requiring string validation. --------- Signed-off-by: Prashanth Josyula <prashanth.16@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps envoy-docs-sphinx-runner from 0.1.0 to 0.1.9.
Commits
fd6b8a3libs: Update dependencies (aio.core) /cont2 (#204)447de01libs: Update dependencies (aio.core) /cont (#202)abff59flibs: Update dependencies (aio.core) (#203)db8b601libs: Use consolidatedaio.core(#201)0cddf40libs: Consolidate aio libs toaio.core(#200)53fbbeeUpdate envoy.dependency.pip_check version (#182)26e0376Use regex for envoy.dependency.pip_check directory ignores (#179)deaf988aio.tasks: Dev 0.0.6 (#180)179a0barepo: Bump dependency versions (#181)062e27faio.tasks: Add support for awaiting tasks and add inflate util (#177)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)