You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new SSL listener is added where the "hostnameOverride" field contains a new value, the auto-generated certificates are not updated.
As a workaround new certificates can be issued and specified in the 'serverSSLCertSecret'.
Expected Behavior
Certificates are re-issued with the new hostname added as a Subject Alternative Name
Actual Behavior
Certificates are not updated and clients connecting to the new hostname get an SSL exception.
Description
When a new SSL listener is added where the "hostnameOverride" field contains a new value, the auto-generated certificates are not updated.
As a workaround new certificates can be issued and specified in the 'serverSSLCertSecret'.
Expected Behavior
Certificates are re-issued with the new hostname added as a Subject Alternative Name
Actual Behavior
Certificates are not updated and clients connecting to the new hostname get an SSL exception.
Affected Version
0.25.1
Steps to Reproduce
kubectl create -f config/samples/simplekafkacluster_ssl.yaml
kubectl apply config/samples/simplekafkacluster_ssl.yaml
Checklist
The text was updated successfully, but these errors were encountered: