Skip to content

Instantly share code, notes, and snippets.

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