diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-06-14 10:57:22 +0200 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-06-14 10:57:22 +0200 |
| commit | 8dcf621dba2f12b0a54f01591ccd430a0e8122ff (patch) | |
| tree | d2dd232fdda9b5d4a6c7c9e0c72978f6ea91c49e /docs | |
| parent | 32b9c88d1eba112d721c720dd1c80c981b1e5972 (diff) | |
| download | rabbitmq-server-git-8dcf621dba2f12b0a54f01591ccd430a0e8122ff.tar.gz | |
Change wording for topic authz variable expansion
Part of rabbitmq/rabbitmq-server#1229
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index d03f319a15..91b99560d6 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -815,8 +815,9 @@ virtual host with a routing key starting with .sp .Dl rabbitmqctl set_topic_permissions -p /myvhost tonyg amq.topic Qo ^tonyg-.* Qc Qo ^tonyg-.* Qc .Pp -Note topic permissions support variable expansion for the following variables: -username, vhost, and client_id (only when using MQTT). The previous example could be made more generic by using +Topic permissions support variable expansion for the following variables: +username, vhost, and client_id. Note that client_id is expanded only when using MQTT. +The previous example could be made more generic by using .Qq ^{username}-.* : .sp .Dl rabbitmqctl set_topic_permissions -p /myvhost tonyg amq.topic Qo ^{username}-.* Qc Qo ^{username}-.* Qc |
