Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created September 10, 2020 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/671e1188459e13f13c15756995579253 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/671e1188459e13f13c15756995579253 to your computer and use it in GitHub Desktop.
sudo rabbitmqctl add_user test test
sudo rabbitmqctl set_user_tags test administrator
sudo rabbitmqctl set_permissions -p / test ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment