EnMasseProject/enmasse

endpointStatuses.cert field missing from addressspace CRD since 0.34 (installing from the default bundle)

k-wall opened this issue · 0 comments

Testing on OpenShift 4.7, we notice that the endpointStatuses.cert field is missing from the status section of the addressspace CRD. The field is omitted from the CRD to won't get persisted under the CRD v1's preserveUnknownFields semantics.

This will affect any user who is relying on self-signed certs uses the contents of the endpointStatuses.cert in order to connect a client. For those users, trusting the status.caCert is a solution.

It affects users installing from the 'default' bundle or OLM (rather than the pre-kube1.15 bundle)