openstack-ansible-rabbitmq_.../releasenotes/notes/applyToPolicies-f4cb13dac7ec82b0.yaml
Christian Rohmann 1d9a0837e9 Add support for the apply_to parameter for policies
Policies were always applied to target `all` aspects and
there was no way to have them target only e.g. exchanges.
This can be important though, see [1].

This change enables the use of the apply_to parmeter via the existing
variables while maintaining `all` to be the default.

[1] https://www.rabbitmq.com/docs/parameters#how-policies-work

Change-Id: I61d68c630599b8ef2382663e8a37fdc456435c11
2024-03-01 10:54:57 +01:00

5 lines
146 B
YAML

---
features:
- |
RabbitMQ policies now support the `apply_to` parameter to e.g have a policy
target only classic_queues, exchanges, ...