mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
331a49bf75
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.