Skip to content

Commit 20bc48c

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Update docs
(cherry picked from commit f824bf0)
1 parent dae6061 commit 20bc48c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deps/rabbitmq_auth_backend_http/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ against the URIs listed in the configuration file. It will add query string
8484
* `username`: the name of the user
8585
* `password`: the password provided (may be missing if e.g. rabbitmq-auth-mechanism-ssl is used)
8686

87-
Note: This plugin may include additional http request parameters in addition to the ones listed above.
88-
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` and `vhost` request parameters too.
87+
Note: This request may include additional http request parameters in addition to the ones listed above.
88+
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` and `vhost` request parameters too.
8989

9090
### vhost_path
9191

@@ -103,6 +103,9 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o
103103
* `name`: the name of the resource
104104
* `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
105105

106+
Note: This request may include additional http request parameters in addition to the ones listed above.
107+
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` request parameter too.
108+
106109
### topic_path
107110

108111
* `username`: the name of the user

0 commit comments

Comments
 (0)