diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-09-01 19:21:05 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-01 19:21:05 +0400 |
| commit | 6fd6548bb68356cceb50679767446a1ea0f3c55d (patch) | |
| tree | 339059817e13a6e17d8a4244f4ec664fe9612b3f /docs/rabbitmqctl.1.xml | |
| parent | 7b8f649e762c00f792b8472ccb4c059f95ff4fed (diff) | |
| parent | 26376b8d0b9347f5c62e24b33b53f8e02b516c54 (diff) | |
| download | rabbitmq-server-git-6fd6548bb68356cceb50679767446a1ea0f3c55d.tar.gz | |
Merge pull request #938 from rabbitmq/rabbitmq-server-930
Operator policies
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index a2ebc0b817..023e8ec0c5 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1209,6 +1209,31 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>set_operator_policy</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="opt">--priority <replaceable>priority</replaceable></arg> <arg choice="opt">--apply-to <replaceable>apply-to</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg> <arg choice="req"><replaceable>pattern</replaceable></arg> <arg choice="req"><replaceable>definition</replaceable></arg></cmdsynopsis></term> + <listitem> + <para> + Sets an operator policy that overrides a subset of arguments in user policies. Arguments are identical to those of <command>set_policy</command>. + Supported arguments: <command>expires</command>, <command>message-ttl</command>, <command>max-length</command>, and <command>max-length-bytes</command>. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>clear_operator_policy</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg></cmdsynopsis></term> + <listitem> + <para> + Clears an operator policy. Arguments are identical to those of <command>clear_policy</command>. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>list_operator_policies</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term> + <listitem> + <para> + Lists operator policy overrides for a virtual host. Arguments are identical to those of <command>list_policies</command>. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |
