Skip to content

Instantly share code, notes, and snippets.

@anderseknert
Created September 20, 2023 12:41
Show Gist options
  • Save anderseknert/91b22a70de36496f5df6f9eb9e4a5ca2 to your computer and use it in GitHub Desktop.
Save anderseknert/91b22a70de36496f5df6f9eb9e4a5ca2 to your computer and use it in GitHub Desktop.
Rego OR
# implicit assignment, same as: allow := true if ...
allow if expression1
allow if expression2
allow if expression3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment