Replies: 4 comments 4 replies
-
Can you put together an executable example? Without the HTTP service, we have examples that are easy to modify to return any value necessary. #6931 and #6909 seem highly relevant but we would rather not guess how do you set up the applications. |
Beta Was this translation helpful? Give feedback.
-
Also, you haven't provided any logs. |
Beta Was this translation helpful? Give feedback.
-
@motmot80 I've begun setting up an environment to reproduce this issue. I have created a basic Java application here and will also use that repo for anything else I need to commit or share. Stay tuned. |
Beta Was this translation helpful? Give feedback.
-
I can reproduce this issue and have opened the following: #9043 Time for some |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Since RabbitMQ 3.11.10 it isnt possible to authenticate amqp-v1.0 clients with the http-auth-plugin.
It seems that the lastest RMQ versions may have broken the plugin combination
Reproduction steps
Minimal java client:
Expected behavior
Same behavior as RMQ 3.11.9 or 3.10.25 (< 3.11.10):
Authentication is working
Additional context
Maybe the Oauth 2 refactorings have broken the interface between the amqpv1 and the http-auth plugin.
Thanks in advance and best regards
Thomas
Beta Was this translation helpful? Give feedback.
All reactions