Open
Description
Question
We're currently rewriting a number of our Golang services to use cloudsqlconn
and overall things are working great.
However one thing that we've spotted is that there's no client_address
reported on the connections within Postgres, even if we're using the instance private IP to connect.
However if we connect using psql
from the same pod using the same details then the client_address
is recorded.
So is there a specific reason why the client_address
isn't being reported when connecting via cloudsqlconn
using the private IP?
Code
No response
Additional Details
No response