-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
The way the MirrorMaker2IsolatedST.testKMM2RollAfterSecretsCertsUpdateScramSha test is written seems very hacky. It directly modifies the user secret. And to make things even worse, it doesn't even edit it, it just replaces it with a completely different secret without any labels etc.
This can lead to various undesired consequences such as Mirror Maker 2 rolling before the password is actually changed by the User operator in Kafka etc. It should instead use the custom password configuration: https://strimzi.io/docs/operators/latest/full/configuring.html#custom_password_configuration
Created by Strimzi#8226