Keywords: RabbitMQ - Microsoft Azure - How to - Permissions
Description:
I am attempting to add the RabbitMQ Management plugin to my newly setup Azure Bitnami configuration on a Linux VM.
I am executing the statement: sbin/rabbitmq-plugins enable rabbitmq_management
This is giving me the error: {:cannot_write_enabled_plugins_file, "/opt/bitnami/rabbitmq/etc/rabbitmq/enabled_plugins", :eacces}
I read a bit about this in a github post:abbitmq-server won't be able to read a RABBITMQ_ENABLED_PLUGINS_FILE it created if umask is strict #1129. At the end it says: I strongly recommend people who want to run RabbitMQ in a particularly strict environment to use their deployment tools to set the permissions and umask to their needs instead of expecting our packages to cater to every possible case: sometimes their needs are on the opposite ends of the usability/security spectrum.
I'm NOT a Linux guru, so I don't understand everything in this post! I have had to change permissions on some files to get to this point, but am unclear as to how to proceed from this point. Current permissions on this file is currently 777, so don't know what else I can do.
Suggestions?