Skip to content

Commit 4d66a03

Browse files
Emyrkjohnstcn
andauthored
Update coderd/rbac/scopes.go
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 5f5653d commit 4d66a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/rbac/scopes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
ScopeApplicationConnect Scope = "application_connect"
2020
)
2121

22-
// TODO: Support passing in scopeID list for whitelisting allowed resources.
22+
// TODO: Support passing in scopeID list for allowlisting resources.
2323
var builtinScopes = map[Scope]ScopeRole{
2424
// ScopeAll is a special scope that allows access to all resources. During
2525
// authorize checks it is usually not used directly and skips scope checks.

0 commit comments

Comments
 (0)