Skip to content

Instantly share code, notes, and snippets.

@hayzem
Created October 6, 2017 22:44
Show Gist options
  • Save hayzem/bf65cedaf85c0a20b6d3f70d7d25e65d to your computer and use it in GitHub Desktop.
Save hayzem/bf65cedaf85c0a20b6d3f70d7d25e65d to your computer and use it in GitHub Desktop.
rabbitmq add user to admin
rabbitmqctl add_user test test
rabbitmqctl set_user_tags test administrator
rabbitmqctl set_permissions -p / test ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment