- Notifications
You must be signed in to change notification settings - Fork924
Open
Description
In#16029 we introduced a new RBAC resource calledrbac.ResourceProvisionerJobs
. However, the scope was limited to owners and template admins for now because proper expression (viaRBACObject
) requires that we also know the associated template or workspace (jobs refer only to template versions or workspace builds).
If we implement this as a PostgreSQL view which joins in the relevant template or workspace data, we can provisioner jobs to users as well (e.g. builds of their own workspace).