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

RMQ operator can't import secrest created by External-secrets operator

Open KyriosGN0 opened this issue 9 months ago • 3 comments

Describe the bug

RMQ operator wants to set ownerRef on imported secrets to user

To Reproduce

Steps to reproduce the behavior: create a secret with ownerRef (like with external-secrets and setting the creationPolicy to Owner) create rmq user with imported secret the user will throw an error in its status, claming it can't take ownership of the secret

Expected behavior the operator should not take control of imported secrets

Screenshots

If applicable, add screenshots to help explain your problem.

Version and environment information

  • Messaging Topology Operator: 1.15.0
  • RabbitMQ: 3.13.7
  • RabbitMQ Cluster Operator: 1.15.0
  • Kubernetes: 1.30.5
  • Cloud provider or hardware configuration: GKE

Additional context

Add any other context about the problem here.

KyriosGN0 avatar Jan 14 '25 14:01 KyriosGN0