Newly created RabbitMQ user cannot connect to an exchange without configure permission #7960
-
I am creating a user and set its permission ( When I set the I set them via using this request:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please disregard this, I fixed the issue by using only |
Beta Was this translation helpful? Give feedback.
-
@myasul this is by design: users do not have any permissions unless you grant them some. Connecting with an AMQP 0-9-1 client without opening a channel is hardly useful. |
Beta Was this translation helpful? Give feedback.
@myasul this is by design: users do not have any permissions unless you grant them some.
Connecting with an AMQP 0-9-1 client without opening a channel is hardly useful.