- Notifications
You must be signed in to change notification settings - Fork923
Closed
Description
with workspaces set to auto-update to latest template version,coder ssh
will start the workspace, but then (correctly) fail, because the non-admin user is attempting to build a workspace with an outdated version:
insert workspace buildcannot use non-active version: unauthorized: rbac: forbidden
coder ssh
should auto-update the workspace template version, as done in the UI.