-
-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Description
Is there a means of defining operator policies in this module? Obviously there's not a rabbitmq_operator_policy
type, but, I wasn't sure if there was some other means of defining them, such as supplying a particular argument to the rabbitmq_policy
type (I couldn't see one when inspecting the source code, but I could have just missed it).
If not, then given the existence of the rabbitmqctl set_operator_policy
command, it seems like a rabbitmq_operator_policy
type could be implemented by basically just copying the rabbitmq_policy
type and switching out the rabbitmqctl
command of set_policy
for set_operator_policy
(since the two commands take all the same set of arguments and flags).
Metadata
Metadata
Assignees
Labels
No labels