rabbitmq / rabbitmq-management

RabbitMQ Management UI and HTTP API
https://www.rabbitmq.com/management.html
Other
370 stars 165 forks source link

unable to grant a user permissions to a custom topic via web ui #812

Closed dch closed 4 years ago

dch commented 4 years ago

If your issue involves RabbitMQ management UI or HTTP API, please also provide the following:

NB the actual task was to add write permissions to a given topic exchange for a specific vhost, to create a "write-only" user to publish to a routing key similar to syslog.<hostname>. On a local rabbitmq system I would probably run:

$ rabbitmqctl set_topic_permissions -p vhost rsyslog api.topic "^api.topic" "^$"
michaelklishin commented 4 years ago

I cannot reproduce with 3.8.4-rc.3 but since you have mentioned a "specific vhost", this is likely a duplicate of #806.

dch commented 4 years ago

whoops - definitely a duplicate