Files
coder/coderd
dylanhuff-at-coder 5fed583a46 fix(coderd): enforce required external auth on task create (#26718)
Tasks created through the API now enforce required external auth:
`tasksCreate` rejects an owner who is missing a required (non-optional)
provider with a 403 before generating a task name or inserting any rows,
matching the gate `createWorkspace` already applies to workspaces. Adds
`TestCreateTaskExternalAuth` covering the required and optional-provider
cases.

Fixes PLAT-298.

_Coder Agents generated._
2026-07-09 13:59:49 -07:00
..