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 5f5653d commit 4d66a03Copy full SHA for 4d66a03
coderd/rbac/scopes.go
@@ -19,7 +19,7 @@ const (
19
ScopeApplicationConnect Scope = "application_connect"
20
)
21
22
-// TODO: Support passing in scopeID list for whitelisting allowed resources.
+// TODO: Support passing in scopeID list for allowlisting resources.
23
var builtinScopes = map[Scope]ScopeRole{
24
// ScopeAll is a special scope that allows access to all resources. During
25
// authorize checks it is usually not used directly and skips scope checks.
0 commit comments