The Basic syntax documentation does not match with actual output #586
prithvipal
started this conversation in
Community
Replies: 1 comment
-
Good morning! Using
This is explained later down in the docs at https://www.openpolicyagent.org/docs/latest/policy-language/#rules |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to OPA and I am learning Rego from the official document.
But when I run the following statement in interactive shell:
Then I am getting error
1 error occurred: 1:1: rego_unsafe_var_error: var v is unsafe
where the document say it will show asundefined decision
.Is this document up to date?
Beta Was this translation helpful? Give feedback.
All reactions