mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
b0a16150a3
* chore: Implement standard rbac.Subject to be reused everywhere An rbac subject is created in multiple spots because of the way we expand roles, scopes, etc. This difference in use creates a list of arguments which is unwieldy. Use of the expander interface lets us conform to a single subject in every case