Skip to content

Comments

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
dependabot/pip/tools/base/envoy-docs-sphinx-runner-0.1.9
Open

build(deps): bump envoy-docs-sphinx-runner from 0.1.0 to 0.1.9 in /tools/base#61
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tools/base/envoy-docs-sphinx-runner-0.1.9

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2022

Bumps envoy-docs-sphinx-runner from 0.1.0 to 0.1.9.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 7, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants