bitnami / vms

Bitnami VMs
https://bitnami.com
Other
205 stars 43 forks source link

[RabbitMQ] RabbitMQ Management "User can only log in via localhost" #1653

Open mppdebu opened 1 week ago

mppdebu commented 1 week ago

Describe your issue as much as you can

Im following these steps in order to create a rabbit mq VM in Azure.

  1. Create Bitnami VM in Azure Marketplace
  2. Leaving all settings on default, except using Authentication Type. I'm selecting Password
  3. Click Create
  4. Adding inbound rules -> 5672 and 15672 Screenshot 2024-09-10 220510 Screenshot 2024-09-10 220607 Screenshot 2024-09-10 220629
  5. I'm getting the credentials with cat ./bitnami_credentials
  6. When browsing to RabbitMQ Management, i'm getting "User can only log in via localhost" Screenshot 2024-09-10 220744

How can I make sure that I can log in with

jotamartos commented 1 week ago

That's due to the loopback_users configuration parameter, you can edit it and restart the service for the changes to be applied. However, for security reasons, we suggest you use a SSH tunnel to access the web interface.