charts icon indicating copy to clipboard operation
charts copied to clipboard

commonName for cluster TLS cert is hard-coded to kong_cluster

Open mqmr opened this issue 2 years ago • 1 comments

[not a contribution]

commonName for cluster TLS cert is hard-coded to kong_cluster and not possible to change - https://github.com/Kong/charts/blob/8173cd85bfc43e41788deb1f29451cee11de7437/charts/kong/templates/certificate.yaml#L33

Even when certificates.cluster.commonName is set to a different value, that template is rendered with commonName: kong_cluster anyway.

That could cause a problem if an Issuer is configured to issue TLS certs for a specific domain.
It would be great if that field is configurable.

Thank you

mqmr avatar Nov 11 '22 12:11 mqmr

I have also observed this behavior

rmblau avatar Dec 07 '22 16:12 rmblau