Hi, On Thu, May 7, 2020 at 6:18 PM Satish Patel <satish.txt at gmail.com> wrote: > > # curl -s http://172.29.239.29:15672/api/vhosts/nova --user > monitoring:de4a28d10da980077cea | jq > { > "error": "not_authorised", > "reason": "Not administrator user" > } > > Even i set full permission, getting same error no_authorised, what i am missing? > > # rabbitmqctl set_permissions monitoring -p /nova "" "" "" > Make sure your user as one of the following tag to be able to access the management interface: management, policymaker, monitoring or administrator tag https://www.rabbitmq.com/management.html#permissions -- Mathieu