Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support rabbitmq_user with multiple vhosts. #278

Closed
jemc opened this issue Jun 25, 2015 · 1 comment
Closed

Feature Request: Support rabbitmq_user with multiple vhosts. #278

jemc opened this issue Jun 25, 2015 · 1 comment

Comments

@jemc
Copy link
Contributor

jemc commented Jun 25, 2015

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 vhosts
rabbitmq_user "overall_admin" do
  vhost ["/", "foo", "bar"]
  password overall_admin_password
  permissions ".* .* .*"
  tag "administrator"
  action [:add, :set_permissions, :set_tags]
end
@michaelklishin
Copy link
Member

👍

jemc added a commit to jemc/chef-rabbitmq that referenced this issue Jun 25, 2015
jemc added a commit to jemc/chef-rabbitmq that referenced this issue Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants