Skip to content

Commit a9cff01

Browse files
authored
Update README.md
1 parent 06a91c8 commit a9cff01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbitmq_auth_backend_http/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expecte
9393
* `vhost`: the name of the virtual host being accessed
9494
* `ip`: the client ip address
9595

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.
9797

9898
### resource_path
9999

@@ -105,7 +105,7 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o
105105

106106
Note: This request may include additional http request parameters in addition to the ones listed above.
107107
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.
109109

110110
### topic_path
111111

@@ -117,7 +117,7 @@ By setting `resource_path` to `disabled`, this authentication request is skipped
117117
* `routing_key`: the routing key of a published message (when the permission is `write`)
118118
or routing key of the queue binding (when the permission is `read`)
119119

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.
121121

122122
See [topic authorisation](http://www.rabbitmq.com/access-control.html#topic-authorisation) for more information
123123
about topic authorisation.

0 commit comments

Comments
 (0)