gRPC config stream closed in envoy

Hi there,

I am getting plenty of these:

[2021-01-24 20:19:33.119][9][warning][config] [bazel-out/k8-opt/bin/source/common/config/_virtual_includes/grpc_stream_lib/common/config/grpc_stream.h:101] StreamAggregatedResources gRPC config stream closed: 14, upstream connect error or disconnect/reset before headers. reset reason: connection termination

when trying to connect a python service to a postgres service via consul connect. I went through the countdash project which works just fine, but with the postgresdb, it doesn’t.

Has anyone seen this problem already?

Turns out its an unrelated issue.