You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/rabbitmq_auth_backend_http/README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ against the URIs listed in the configuration file. It will add query string
84
84
*`username`: the name of the user
85
85
*`password`: the password provided (may be missing if e.g. rabbitmq-auth-mechanism-ssl is used)
86
86
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.
89
89
90
90
### vhost_path
91
91
@@ -103,6 +103,9 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o
103
103
*`name`: the name of the resource
104
104
*`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
105
105
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.
0 commit comments