Update docs

This commit is contained in:
Marcial Rosales 2023-12-22 13:57:46 +00:00
parent 2fc8d2b3ae
commit f824bf0ac3
1 changed files with 5 additions and 2 deletions

View File

@ -84,8 +84,8 @@ against the URIs listed in the configuration file. It will add query string
* `username`: the name of the user
* `password`: the password provided (may be missing if e.g. rabbitmq-auth-mechanism-ssl is used)
Note: This plugin may include additional http request parameters in addition to the ones listed above.
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` and `vhost` request parameters too.
Note: This request may include additional http request parameters in addition to the ones listed above.
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` and `vhost` request parameters too.
### vhost_path
@ -103,6 +103,9 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o
* `name`: the name of the resource
* `permission`:the access level to the resource (`configure`, `write`, `read`): see [the Access Control guide](http://www.rabbitmq.com/access-control.html) for their meaning
Note: This request may include additional http request parameters in addition to the ones listed above.
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` request parameter too.
### topic_path
* `username`: the name of the user