OAuth2 Backend: How to get access for adding a binding to a Topic Exchange #7145
-
Hello everyone, I would like to a a binding from a queue to a topic exchange for a certain routing key using the Management UI. My user is authenticated with the OAuth2 Backend and has the following client scopes:
The resource server id is set to rabbitmq: With these permissions I am able to create queue, exchanges, vhosts,... After reading the docs carefully I understand that it seems to be an issue with Topic authorization, but I don't have a clue how to authorize the user. Any suggestions? Thanks a lot. --- EDIT ---
Sounds like the problem I have, but I have no idea how to solve this. I do not know what the handcrafted token is and who it grants the required permissions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Support for Auth 2 in AMQP 1.0 has just recently landed, MQTT is likely to be investigated next. @MarcialRosales FYI. |
Beta Was this translation helpful? Give feedback.
Support for Auth 2 in AMQP 1.0 has just recently landed, MQTT is likely to be investigated next.
@MarcialRosales FYI.