Optional: Deleting the RabbitMQ guest user account
By default, RabbitMQ distributions include the guest user account. To prevent security issues, Zenoss recommends deleting the account.
- Log in to the Control Center master host as a user with serviced CLI privileges.
-
Attach to the RabbitMQ container.
serviced service attach rabbitmq
-
Delete the guest user account.
rabbitmqctl delete_user guest
-
Exit the container session.
exit
-
Restart the RabbitMQ service.
serviced service restart rabbitmq