Postgres proxy

This extension may be referenced by the qualified name envoy.filters.network.postgres_proxy

Note

This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted.

Warning

This API is work-in-progress and is subject to breaking changes.

Postgres Proxy configuration overview.

extensions.filters.network.postgres_proxy.v3alpha.PostgresProxy

[extensions.filters.network.postgres_proxy.v3alpha.PostgresProxy proto]

{
  "stat_prefix": "...",
  "enable_sql_parsing": "{...}"
}
stat_prefix

(string, REQUIRED) The human readable prefix to use when emitting statistics.

enable_sql_parsing

(BoolValue) Controls whether SQL statements received in Frontend Query messages are parsed. Parsing is required to produce Postgres proxy filter metadata. Defaults to true.