Skip to content

Commit 802272b

Browse files
committed
remove todo
1 parent 509ebdc commit 802272b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coderd/authzquery/authz.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import (
1212
"github.com/coder/coder/coderd/rbac"
1313
)
1414

15-
// TODO:
16-
// - We need to handle authorizing the CRUD of objects with RBAC being related
17-
// to some other object. Eg: workspace builds, group members, etc.
18-
1915
var (
2016
// NoActorError wraps ErrNoRows for the api to return a 404. This is the correct
2117
// response when the user is not authorized.

0 commit comments

Comments
 (0)