bitnami / vms

Bitnami VMs
https://bitnami.com
Other
203 stars 42 forks source link

[RabbitMQ] How do I enable `RABBITMQ_MANAGEMENT_ALLOW_WEB_ACCESS=true` environment variable on an azure vm? #1384

Closed gongomgra closed 5 months ago

gongomgra commented 6 months ago

How do I enable RABBITMQ_MANAGEMENT_ALLOW_WEB_ACCESS=true environment variable on an azure vm instance running the bitnami rabbitmq image?

Originally posted by @ugumerie in https://github.com/bitnami/containers/issues/53114#issuecomment-1898621362

gongomgra commented 6 months ago

Hi @ugumerie,

We created this ticket from your comment in the containers forum. To allow web access in your cloud image, you need to add the line below to the RabbitMQ config file and restart the services for changes to take effect. Remember to replace RABBITMQ_USERNAME with your actual value (default username is user)

loopback_users.RABBITMQ_USERNAME = false

You can restart the services running the commands below

sudo /opt/bitnami/ctlscript.sh restart

Hope it helps!

ugumerie commented 6 months ago

Hello,

Thank you, it helped, its working now.

github-actions[bot] commented 5 months ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 5 months ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.