Add KonnectExtension
to ControlPlane
and GatewayConfiguration
#874
Labels
Milestone
KonnectExtension
to ControlPlane
and GatewayConfiguration
#874
Problem Statement
During #453, the attachment of
KonnectExtension
to theGatewayConfiguration
was explored, but it resulted in something more complex than just barely putting the extension field to theGatewayConfiguration
and propagating it to the DataPlane.If we provision the DataPlane with Konnect configuration and a regular ControlPlane, we end up with KIC not being able to push configuration to the DataPlane (as it is not configured to accept the config from KIC), and it never gets ready.
Proposed Solution
We likely need to improve the
Controlplane
as well to be able to receiveKonnectExtension
, to configure it to work in Konnect.Acceptance Criteria
KonnectExtension
APIThe text was updated successfully, but these errors were encountered: