[Questions] New user creation failing due to complex password xY<@DL9vHc%-%N5<E3fM in RabbitMQ 3.7.6 and 3.7.28 #13478
-
Community Support Policy
RabbitMQ version used3.7.6 and 3.7.28 Erlang version used20.3 and 21.3 Operating system (distribution) usedWindows Server 2022 Standard How is RabbitMQ deployed?Windows installer rabbitmq-diagnostics status outputThe system cannot find the file specified. Logs from node 1 (with sensitive values edited out)RabbitMQ log_3.7.28.zip Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.confRabbitMQ log_3.7.28.zip Steps to deploy RabbitMQ clusterC:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.28\sbin>rabbitmqctl.bat add_user abcd xY<@DL9vHc%-%N5<E3fM Steps to reproduce the behavior in questionC:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.28\sbin>rabbitmqctl.bat add_user abcd xY<@DL9vHc%-%N5<E3fM is failing C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.28\sbin>rabbitmqctl.bat add_user abcd welcome is passed advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code# PASTE CODE HERE, BETWEEN BACKTICKS Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKS What problem are you trying to solve?Creating new RabbitMQ user |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This has nothing to do with RabbitMQ - it's about how a command line works: some characters have a special meaning and you need to escape them / put the strings in quotes to pass as a value. Additionally, RabbitMQ 3.7 has been out of support for many years. |
Beta Was this translation helpful? Give feedback.
-
@adiganeshvema there is a dedicated section in the docs about generated passwords and shell escaping. |
Beta Was this translation helpful? Give feedback.
-
Running RabbitMQ 3.7.x at this point is entirely irresponsible. Even Time to upgrade. |
Beta Was this translation helpful? Give feedback.
This has nothing to do with RabbitMQ - it's about how a command line works: some characters have a special meaning and you need to escape them / put the strings in quotes to pass as a value.
Additionally, RabbitMQ 3.7 has been out of support for many years.