You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
!!!ATTENTION!!!
If you are fixing *any* crash or *any* potential security issue, *do
not*
open a pull request in this repo. Please report the issue via emailing
[email protected] where the issue will be triaged
appropriately.
Thank you in advance for helping to keep Envoy secure.
!!!ATTENTION!!!
For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)
-->
Commit Message:
Support require downstream ssl in postgres filter.
Once this value is set to true and client doesn't send ssl negotiation
message, postgres will send back an error response and close connection.
The behavior won't change for current users, because the default is set
to false that downstream ssl is not required.
fix: envoyproxy/envoy#31049
Additional Description:
Risk Level: Low
Testing: unit test and tested locally
Docs Changes: changelogs/current.yaml
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]
---------
Signed-off-by: Yuanguo Lang <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ 412bfa4ea4e4216eef9e82dcd2c49f5bf7765a5a
0 commit comments