-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Problem Statement
KGO 1.2 allows HTTP and HTTPS listeners only. KIC already supports TLSRoutes, therefore we need to enable users to create Gateways with TLS listeners with Passthrough TLS mode enabled.
Proposed Solution
- In case a Gateway with TLS listener is created, it is accepted (only in case the TLS mode is
Passthrough) - Enable the
GatewayAlphaFG in theControlPlane - The
DataPlanegets the STREAM_LISTEN env var set accordingly - The
DataPlaneIngress service gets configured to expose the TLS port of theDataPlane
Acceptance Criteria
- As a user, I can create a
Gatewaywith a TLS listener and useTLSRoutes to configure theDataPlane
Reactions are currently unavailable