Skip to content

chore: document RBAC usage #14065

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 11 commits into from
Sep 10, 2024
Prev Previous commit
Next Next commit
make fumpt
  • Loading branch information
johnstcn authored and dannykopping committed Sep 10, 2024
commit 4681b9d53cd961f71507332fabcc911ee1f6f45f
2 changes: 1 addition & 1 deletion coderd/rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Both **negative** and **positive** permissions override **abstain** at the same
This can be represented by the following truth table, where Y represents _positive_, N represents _negative_, and \_ represents _abstain_:

| Action | Positive | Negative | Result |
| ------ | -------- | -------- |--------|
| ------ | -------- | -------- | ------ |
| read | Y | \_ | Y |
| read | Y | N | N |
| read | \_ | \_ | \_ |
Expand Down