Update docs
This commit is contained in:
parent
2fc8d2b3ae
commit
f824bf0ac3
|
|
@ -84,7 +84,7 @@ against the URIs listed in the configuration file. It will add query string
|
||||||
* `username`: the name of the user
|
* `username`: the name of the user
|
||||||
* `password`: the password provided (may be missing if e.g. rabbitmq-auth-mechanism-ssl is used)
|
* `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.
|
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.
|
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` and `vhost` request parameters too.
|
||||||
|
|
||||||
### vhost_path
|
### 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
|
* `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
|
* `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
|
### topic_path
|
||||||
|
|
||||||
* `username`: the name of the user
|
* `username`: the name of the user
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue