Open bjpritch opened 5 years ago
I think the problem here stems from the fact that FreeIPA won't add a SAN unless a matching host principal exists.
I just added some logic last week to create host principals if they don't exist for the common name, but it omitted SANs. I pushed up a fix for that just now.
Try pulling down the latest changes from master. If you don't already, set the HOST_AUTO_CREATE
ENV var to true
(see updated config).
Either by design or bug, the current version of the operator does not support multiple SANs attached to a certificate. To replicate:
I'd expect that any SANs put into the IpaCert object would appropriately get attached to the generated certificate.