banzaicloud/koperator

SSL certificate is not updated when a cluster resize

MilkyWay-core opened this issue · 1 comments

Certificate not get alt-names (Dns names) for new brokers when enabled SSL authorization and cluster was by resized

steps to reproduce the issue:

  1. Enable SSL authorization
  2. Enable envoy
  3. Resize cluster
  4. Verify certificate [cluster]-all-brokers

I expect that certificate [cluster]-all-brokers get new alt-name after resize cluster

Hello @MilkyWay-core !
Thank you for reporting this.
It is not a critical but a valid issue.
It is not an easy fix. We will look into it.
If this is problematic for you now I suggest to use the ServerSSLSecret reference:

ServerSSLCertSecret *corev1.LocalObjectReference `json:"serverSSLCertSecret,omitempty"`

There you can create your own certificates for your listeners.