Skip to content

Commit

Permalink
docs: Fix integration policy (open-policy-agent#4185)
Browse files Browse the repository at this point in the history
`some id` left after policy cleanup caused the Rego
compiler to rightfully protest when I tried integrating
OPA as a library today.

Signed-off-by: Anders Eknert <anders@eknert.com>
  • Loading branch information
anderseknert committed Jan 5, 2022
1 parent 78f0ae2 commit ca6259c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/integration.md
Expand Up @@ -202,7 +202,6 @@ package example.authz
default allow = false
allow {
some id
input.method == "GET"
input.path == ["salary", input.subject.user]
}
Expand Down

0 comments on commit ca6259c

Please sign in to comment.