chore: add link to RBAC usage doc in README (#15510)

Some new joiners had found the README, but not the usage doc

Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Danny Kopping
2024-11-14 11:01:19 +01:00
committed by GitHub
parent e55e8ee1b2
commit cb1a006ae4

View File

@ -2,6 +2,8 @@
Package `rbac` implements Role-Based Access Control for Coder.
See [USAGE.md](USAGE.md) for a hands-on approach to using this package.
## Overview
Authorization defines what **permission** a **subject** has to perform **actions** to **objects**: