Is there a way to use a GCP Managed Certificate with a Kong Ingress? I tried this:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: demo
annotations:
kubernetes.io/ingress.class: kong
networking.gcp.io/managed-certificates: my-managed-certificate
It didn’t work, maybe not too surprising if kong doesn’t notice that gcp-specific annotation.
But does anyone know if this is supported? I find the gcp managed certs convenient. I can switch to the LetsEncrypt ones if I have to but that’s a second choice for me.
thanks