RabbitMQ Scope/Permissions with Azure #11639
Unanswered
sandeep6011382
asked this question in
Questions
Replies: 1 comment
-
Hi Team, Please help me to resolve this issue. I have tried different ways but nothing seems to be working. Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have configured Azure AD with RabbitMQ and Authentication is working fine. But while setting permissions to specific vHost and Queue is not working properly.
RabbitMQ version :: 3.12.13
Erlang version :: 26.2.4
I have created roles in Azure AD to read a specific queue in particular vHost and role for tag management as shown below.
.read:mule/bp* (I expect to have access to queues starting with name bp under vHost mule, but i can see all the queues under mule vHost)
.tag:management
I have assigned these role to myself in Azure AD. When I login to the console it shows all the queues under the vHost. I have tried using the wild cards as well but still it is showing all the queues present the under the vHost.
Verified the JWT token, it looks good.
I have followed the below documentation.
https://www.rabbitmq.com/docs/oauth2#scope-translation
Please help me to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions