Is your feature request related to a problem? Please describe.
Currently the default_user secret has the connection credentials, but it does not have a formatted connection_string that is directly usable.
When using the operator in my code it is not a problem because I can build the connection_string myself, but I am trying to use KEDA to autoscale my pods based on the RabbitMQ queue state, and KEDA needs a connection_string to be able to connect to RabbitMQ, thus making it already available very valuable.
Describe the solution you'd like
Another key in the secret with the fully built connection_string.
Is your feature request related to a problem? Please describe. Currently the default_user secret has the connection credentials, but it does not have a formatted connection_string that is directly usable. When using the operator in my code it is not a problem because I can build the connection_string myself, but I am trying to use KEDA to autoscale my pods based on the RabbitMQ queue state, and KEDA needs a connection_string to be able to connect to RabbitMQ, thus making it already available very valuable.
Describe the solution you'd like Another key in the secret with the fully built connection_string.