Replies: 1 comment 1 reply
-
You can specify additional SANs in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to migrate our cluster config from using NGINX ingress to Traefik. As part of this change, I've modified the listeners to include a cluster-ip listener, which defines advertisedHost/Port values for the brokers with our internally-defined domain names. If I create a new certificate, I can define the server name as the bootstrap FQDN and include the broker FQDNs as SANs, but I'd like to continue to allow Strimzi to create the broker certs.
When srimzi creates the certs, hostnames for the bootstrap server are included in the list of SANs, but none of them use our internal domain name. the include only .svc and .svc.cluster.local
When we used the ingress listener, the host property value was included in the broker certs as a SAN. Is there any method I can use do similar with a cluster-ip listener?
Thanks,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions