mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +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.