File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ Authorization Patterns:
150
150
- OPA CLI (` opa eval ` ): useful for experimenting with different inputs and understanding how the policy behaves under various conditions.
151
151
` opa eval ` returns the constraints that must be satisfied for a rule to evaluate to ` true ` .
152
152
- ` opa eval ` requires an ` input.json ` file containing the input data to run the policy against.
153
- You can generate this file using the [gen_input.go](../../scripts/rbac-authz/gen_input.go) script.
154
- Note: the script currently produces a fixed input. You may need to tweak it for your specific use case.
153
+ You can generate this file using the [ gen_input.go] ( ../../scripts/rbac-authz/gen_input.go ) script.
154
+ Note: the script currently produces a fixed input. You may need to tweak it for your specific use case.
155
155
156
156
### Full Evaluation
157
157
You can’t perform that action at this time.
0 commit comments