drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
114 stars 30 forks source link

Unsetting an explicit kafka user password does not reset the password #260

Open ctron opened 2 years ago

ctron commented 2 years ago

It is possible to set an explicit kafka user password using .spec.downstream.password. However, deleting that setting keeps the password, as it is stored in the Strimzi created secret.

I would expect this to revert to a newly generated, random password.