8000 fix: rbac documentation lint · coder/coder@ecf6eba · GitHub
[go: up one dir, main page]

Skip to content

Commit ecf6eba

Browse files
committed
fix: rbac documentation lint
1 parent c2a60fd commit ecf6eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/rbac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Authorization Patterns:
150150
- OPA CLI (`opa eval`): useful for experimenting with different inputs and understanding how the policy behaves under various conditions.
151151
`opa eval` returns the constraints that must be satisfied for a rule to evaluate to `true`.
152152
- `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.
155155

156156
### Full Evaluation
157157

0 commit comments

Comments
 (0)
0