Hybrid Mode - Certificate on control-plane

Is it possible to add certificate and sni to make control-plane services (manager, admin…) requests https? I could do that for the data-plane (proxy), but the https is not working for the other services on control-plane. I’m deploying Kong Enterprise Api Gatway (without Kong Ingress Controller) using Kong Helm.

Thanks

Typically I’d recommend setting a certificate on their Ingress, e.g. for the Portal, and then access them through the proxy.

You can alternately mount Secrets and then set env.portal_gui_ssl_cert/env.portal_gui_ssl_key and so on if you access those Services directly through a NodePort or LoadBalancer Service.

Thank you very much!