estuary / data-plane-gateway

Other
0 stars 0 forks source link

Support terminating TLS in the data-plane-gateway #9

Closed psFried closed 2 years ago

psFried commented 2 years ago

While working on estuary/flowctl#6 I came across an issue where clients are unable to use GRPC because TLS is terminated at the Ingress, which uses http 1.1 when communicating with the data-plane-gateway. The decision was to change to terminating TLS at the data-plane-gateway instead of the ingress, so that the proper protocol can be determined.