You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not supported to use dynamic certificates for managed gateways. It would be very useful for implementations that use cert-manager or any other similar tool that generates the certificates dynamically.
Proposed Solution
Introduce secretRef in KongCertificateSpec. This is already done for KonnectControlPlaneAPIAuthConfiguration when providing clusterCertificate.
Acceptance Criteria
It's possible to get the certificate value from a secret when creating Kong certificate.
The text was updated successfully, but these errors were encountered:
Problem Statement
It's not supported to use dynamic certificates for managed gateways. It would be very useful for implementations that use
cert-manager
or any other similar tool that generates the certificates dynamically.Proposed Solution
Introduce
secretRef
inKongCertificateSpec
. This is already done forKonnectControlPlaneAPIAuthConfiguration
when providingclusterCertificate
.Acceptance Criteria
The text was updated successfully, but these errors were encountered: