Allow

Authorize the request inconditionnally.

Example usage

policies.yml
---

- description: Everything is allowed.
  hosts:
    - +.*
  default: Deny
  policies:
    - members:
        - administrators
      rules:
        any:
          Allow:

...