rabbitmq / rabbitmq-oauth2-tutorial

Explore integration of RabbitMQ with Oauth 2.0 auth backend plugin
42 stars 22 forks source link

Cannot view queues with monitoring role configured in Azure #32

Open HanumanthPrasad opened 4 months ago

HanumanthPrasad commented 4 months ago

Describe the bug

We are using Azure ad to authenticate rabbitmq. Created roles (administrator, monitoring) to access UI as per the documentation. While administrator is working fine, with monitoring role (appID.tag:monitoring) we are able to access UI but unable to see queues. UI is not accessible using Read/Write/configure roles. Can you let me know if i am doing anything wrong or is there is any other role without admin privileges to access UI.

Reproduction steps

Created app role monitor, UI is accessible but not queues and streams

Expected behavior

I want a role without admin privileges using which we can access rabbitmq UI and see queues as well.

Additional context

No response