We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509ebdc commit 802272bCopy full SHA for 802272b
coderd/authzquery/authz.go
@@ -12,10 +12,6 @@ import (
12
"github.com/coder/coder/coderd/rbac"
13
)
14
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
-
19
var (
20
// NoActorError wraps ErrNoRows for the api to return a 404. This is the correct
21
// response when the user is not authorized.
0 commit comments