You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RabbitMQ has the ability to give a single user access to more than one vhost. It would be nice to be able to take advantage of this from a recipe.
in our case, it is for a master admin user that has admin access to all vhosts, such as:
# Create a user for administration of all vhostsrabbitmq_user"overall_admin"dovhost["/","foo","bar"]passwordoverall_admin_passwordpermissions".* .* .*"tag"administrator"action[:add,:set_permissions,:set_tags]end
The text was updated successfully, but these errors were encountered:
RabbitMQ has the ability to give a single user access to more than one vhost. It would be nice to be able to take advantage of this from a recipe.
in our case, it is for a master admin user that has admin access to all vhosts, such as:
The text was updated successfully, but these errors were encountered: