Bootstrap FreeKB - RabbitMQ - Set user tags using the rabbitmqctl command
RabbitMQ - Set user tags using the rabbitmqctl command

Updated:   |  RabbitMQ articles

The rabbitmqctl command with the set_user_tags option can be used to update a users account to have certain tags. In this example, John Doe's user account is updated with the administrator tag.

rabbitmqctl set_user_tags "john.doe" administrator

 

Following are the tags can be used.

  • administrator
  • impersonator
  • management
  • monitoring
  • policymaker

 

Something like this should be returned.

Setting tags for user "john.doe" to [administrator]

 

To remove all tags from a users account, you would issue the rabbitmqctl command with the set_user_tags option, followed by the username, and no tag.

rabbitmqctl set_user_tags "john.doe"

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter f2f1b6 in the box below so that we can be sure you are a human.