Skip to content

Commit 06a91c8

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deps/rabbitmq_auth_backend_http/README.md

Lines changed: 4 additions & 1 deletion
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.
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,6 +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.
108109

109110
### topic_path
110111

@@ -116,6 +117,8 @@ For instance, if the user accessed RabbitMQ via the MQTT protocol, it is expecte
116117
* `routing_key`: the routing key of a published message (when the permission is `write`)
117118
or routing key of the queue binding (when the permission is `read`)
118119

120+
Note: By setting `topic_path` to `disabled`, this authentication request is skipped, and unrestricted access is granted.
121+
119122
See [topic authorisation](http://www.rabbitmq.com/access-control.html#topic-authorisation) for more information
120123
about topic authorisation.
121124

0 commit comments

Comments
 (0)