messaging-topology-operator icon indicating copy to clipboard operation
messaging-topology-operator copied to clipboard

unable to change user's import secret

Open KyriosGN0 opened this issue 10 months ago • 3 comments

Describe the bug

when changing the name of the import secret in a user CR, the message topology update doesn't update the user itself

To Reproduce

Steps to reproduce the behavior:

  1. create a user with a import secret (our name was -user-credentials)
  2. create a new secret with a required password and username fields
  3. change the import secret param in the user cr
  4. try to login with the new user, fails

image Expected behavior rmq will use the password in the new secret

Version and environment information

  • Messaging Topology Operator: [1.15.0]
  • RabbitMQ: [e.g. 3.13.7]
  • RabbitMQ Cluster Operator: [1.15.0]
  • Kubernetes: [1.30.0]
  • Cloud provider or hardware configuration: GKE

Additional context

the new secret had more fields then required if that's a problem

KyriosGN0 avatar Jan 01 '25 07:01 KyriosGN0