8000 chore: improve rbac and add benchmark tooling by ssncferreira · Pull Request #18584 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: improve rbac and add benchmark tooling #18584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 27, 2025
Prev Previous commit
fix: rbac documentation lint
  • Loading branch information
ssncferreira committed Jun 27, 2025
commit ecf6eba6cbd10a3eefbf1fed1efd1bd2bb1c932e
4 changes: 2 additions & 2 deletions coderd/rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ Authorization Patterns:
- OPA CLI (`opa eval`): useful for experimenting with different inputs and understanding how the policy behaves under various conditions.
`opa eval` returns the constraints that must be satisfied for a rule to evaluate to `true`.
- `opa eval` requires an `input.json` file containing the input data to run the policy against.
You can generate this file using the [gen_input.go](../../scripts/rbac-authz/gen_input.go) script.
Note: the script currently produces a fixed input. You may need to tweak it for your specific use case.
You can generate this file using the [gen_input.go](../../scripts/rbac-authz/gen_input.go) script.
Note: the script currently produces a fixed input. You may need to tweak it for your specific use case.

### Full Evaluation

Expand Down
Loading
0