Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eveland/d02a5912bd13492787d612ac381f95aa to your computer and use it in GitHub Desktop.
Save eveland/d02a5912bd13492787d612ac381f95aa to your computer and use it in GitHub Desktop.
{"vhosts": [{"name": "/"}], "users": [{"hashing_algorithm": "rabbit_password_hashing_sha256", "name": "rrn9x37btduh9mf53skfkcdpy9c1eepcnv74n8h4", "password_hash": "fgfqERZvqOD6g36bwk49qQ7FJVfRY4NxdI1BKXiKCTLarWVS", "tags": "administrator"}], "permissions": [{"user": "rrn9x37btduh9mf53skfkcdpy9c1eepcnv74n8h4", "vhost": "/", "configure": ".*", "write": ".*", "read": ".*"}], "policies": [{"name": "logs_queue_message_policy", "vhost": "/", "pattern": "^cloudify-log$", "priority": 100, "apply-to": "queues", "definition": {"message-ttl": 1200000, "max-length": 1000000, "ha-mode": "exactly","ha-params":2, "ha-sync-mode": "automatic", "ha-sync-batch-size": 50}}, {"name": "events_queue_message_policy", "vhost": "/", "pattern": "^cloudify-events$", "priority": 100, "apply-to": "queues", "definition": {"message-ttl": 1200000, "max-length": 1000000, "ha-mode": "exactly","ha-params":2, "ha-sync-mode": "automatic", "ha-sync-batch-size": 50}}, {"name": "default_policy", "vhost": "/", "pattern": "^", "priority": 1, "apply-to": "queues", "definition": {"ha-mode": "exactly","ha-params":2, "ha-sync-mode": "automatic", "ha-sync-batch-size": 50}}]}
@eveland
Copy link
Author

eveland commented May 7, 2024

"ha-mode": "exactly","ha-params":2,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment