Skip to content

Instantly share code, notes, and snippets.

@salekh
Created February 23, 2018 13:35
Show Gist options
  • Save salekh/6d4076f3363c100b8c7cebfb6640d56e to your computer and use it in GitHub Desktop.
Save salekh/6d4076f3363c100b8c7cebfb6640d56e to your computer and use it in GitHub Desktop.
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