You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating custom roles means to store dynamic roles in the database.
Add more verbs than CRUD to remove pseudo-resources
Pseudo rbac resources are a consequence of a fixed set of verbs (CRUD). Expanding the allowed verbs would remove the need for these resources, making custom roles more easily defined. Custom roles need to make sense of the verbs, as now verbs will be exposed to users (not just devs). Intuitive verbs provide more value to ensure consistent behavior with expectations. chore: remove rbac psuedo resources, add custom verbs #13276
What roles can assign what other roles is currently statically defined. This needs to accommodate dynamic roles (Kept to just owners for now)
Currently all roles are statically defined: https://github.com/coder/coder/blob/main/coderd/rbac/roles.go#L227-L227
Creating custom roles means to store dynamic roles in the database.
The text was updated successfully, but these errors were encountered: