Skip to content

Commit 21aed8a

Browse files
committed
Add provisioner daemon crud to template admin
1 parent b91903e commit 21aed8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/rbac/builtin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ var (
112112
// CRUD all files, even those they did not upload.
113113
ResourceFile: {ActionCreate, ActionRead, ActionUpdate, ActionDelete},
114114
ResourceWorkspace: {ActionCreate, ActionRead, ActionUpdate, ActionDelete},
115+
// CRUD to provisioner daemons for now.
116+
ResourceProvisionerDaemon: {ActionCreate, ActionRead, ActionUpdate, ActionDelete},
115117
}),
116118
}
117119
},

0 commit comments

Comments
 (0)