Koperator does not clean up SSL resources when switching to PLAINTEXT for all listeners #989
Open
2 tasks done
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
triaged
root-cause of the bug is known
Description
When users configure the Kafka cluster with some SSL listeners (e.g. kafkacluster_with_external_ssl.yaml) to all PLAINTEXT listeners (e.g. https://github.com/banzaicloud/koperator/blob/master/config/samples/kafkacluster_without_ssl.yaml#L52-L66), the Koperator currently does not remove the resources created for SSL listeners.
Expected Behavior
Koperator successfully cleans up all of the resources created for SSL listeners
Actual Behavior
Koperator doesn't clean up any of the resources created for SSL listeners even though they are no longer needed.
Affected Version
<= Koperator v0.24.1
Steps to Reproduce
KafkaUser
, secrets that contain the corresponding certs, etc.Checklist
The text was updated successfully, but these errors were encountered: