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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expecte
93
93
*`vhost`: the name of the virtual host being accessed
94
94
*`ip`: the client ip address
95
95
96
-
Note that you cannot create arbitrary virtual hosts using this plugin; you can only determine whether your users can see / access the ones that exist. By setting `vhost_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
96
+
Note that you cannot create arbitrary virtual hosts using this plugin; you can only determine whether your users can see / access the ones that exist. By setting `vhost_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
97
97
98
98
### resource_path
99
99
@@ -105,7 +105,7 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o
105
105
106
106
Note: This request may include additional http request parameters in addition to the ones listed above.
107
107
For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expected `client_id` request parameter too.
108
-
By setting `resource_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
108
+
By setting `resource_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
109
109
110
110
### topic_path
111
111
@@ -117,7 +117,7 @@ By setting `resource_path` to `disabled`, this authentication request is skipped
117
117
*`routing_key`: the routing key of a published message (when the permission is `write`)
118
118
or routing key of the queue binding (when the permission is `read`)
119
119
120
-
Note: By setting `topic_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
120
+
Note: By setting `topic_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
121
121
122
122
See [topic authorisation](http://www.rabbitmq.com/access-control.html#topic-authorisation) for more information
0 commit comments