Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit acfe3ca

Browse files
Sync README with master
1 parent f27ae35 commit acfe3ca

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ authentication (determining who can log in) and authorisation
55
(determining what permissions they have) by making requests to an HTTP
66
server.
77

8-
As with all authentication plugins, this one requires rabbitmq-server
8+
As with all [authentication plugins](http://rabbitmq.com/access-control.html), this one requires RabbitMQ server
99
2.3.1 or later.
1010

11-
Note: it's at an early stage of development, although it's
12-
conceptually very simple.
11+
Under a heavy load this plugin can put a higher than expected amount of load on it's backing service.
12+
We recommend using it together with [rabbitmq_auth_backend_cache](http://github.com/rabbitmq/rabbitmq-auth-backend-cache)
13+
with a reasonable caching interval (e.g. 2-3 minutes).
1314

14-
## Downloading
15+
## Installing
1516

16-
You can download a pre-built binary of this plugin from
17-
http://www.rabbitmq.com/community-plugins.html.
18-
19-
## Building
20-
21-
You can build and install it like any other plugin (see
22-
[the plugin development guide](http://www.rabbitmq.com/plugin-development.html)).
23-
24-
This plugin depends on the Erlang client (just to grab a URI parser).
17+
Install the corresponding .ez files from our
18+
[Community Plugins page](http://www.rabbitmq.com/community-plugins.html). Note that different
19+
releases of this plugin support different versions of RabbitMQ.
2520

2621
## Enabling the Plugin
2722

0 commit comments

Comments
 (0)