From 11bfe846bcd4e5fb62a68583ec7572dd8d88a715 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:15:50 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 59e0d299ee4715bde3d84171bfaeac5f478dd4b1 Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- .../network/postgres_proxy/v3alpha/postgres_proxy.pb.go | 4 +++- envoy/COMMIT | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/envoy/extensions/filters/network/postgres_proxy/v3alpha/postgres_proxy.pb.go b/contrib/envoy/extensions/filters/network/postgres_proxy/v3alpha/postgres_proxy.pb.go index 5bbe1dfc2d..66d735378c 100755 --- a/contrib/envoy/extensions/filters/network/postgres_proxy/v3alpha/postgres_proxy.pb.go +++ b/contrib/envoy/extensions/filters/network/postgres_proxy/v3alpha/postgres_proxy.pb.go @@ -100,7 +100,9 @@ type PostgresProxy struct { // Postgres filter is able to read Postgres payload in clear-text. It happens when // a client established a clear-text connection to Envoy or when a client established // SSL connection to Envoy and Postgres filter is configured to terminate SSL. - // Defaults to SSL_DISABLE. + // In order for upstream encryption to work, the corresponding cluster must be configured to use + // :ref:`starttls transport socket `. + // Defaults to ``SSL_DISABLE``. UpstreamSsl PostgresProxy_SSLMode `protobuf:"varint,4,opt,name=upstream_ssl,json=upstreamSsl,proto3,enum=envoy.extensions.filters.network.postgres_proxy.v3alpha.PostgresProxy_SSLMode" json:"upstream_ssl,omitempty"` } diff --git a/envoy/COMMIT b/envoy/COMMIT index 86b0e650a6..aa9477b924 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -1fe0dd5b9e0d33e59917247552f918adc835e596 +59e0d299ee4715bde3d84171bfaeac5f478dd4b1