mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
In GetTemplateVersionVariables we were effectively asking the provisionerd role to call rbac.ActionCreate on rbac.ResourceTemplate, which will never work. Updated this to be rbac.ActionRead instead.