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 655e8db commit 5f5653dCopy full SHA for 5f5653d
coderd/rbac/scopes.go
@@ -20,7 +20,7 @@ const (
20
)
21
22
// TODO: Support passing in scopeID list for whitelisting allowed resources.
23
-var builtinScopes map[Scope]ScopeRole = map[Scope]ScopeRole{
+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.
26
ScopeAll: {
0 commit comments