chore: add more scopes to the curated catalog (#20746)

Just noticed when writing docs. These are probably obvious scopes to
allow
This commit is contained in:
Steven Masley
2025-11-14 08:30:10 -06:00
committed by GitHub
parent da9214e212
commit f23836d426
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -43,6 +43,7 @@ var externalLowLevel = map[ScopeName]struct{}{
// Users (personal profile only)
"user:read_personal": {},
"user:update_personal": {},
"user.*": {},
// User secrets
"user_secret:read": {},
@@ -57,6 +58,12 @@ var externalLowLevel = map[ScopeName]struct{}{
"task:update": {},
"task:delete": {},
"task:*": {},
// Organizations
"organization:read": {},
"organization:update": {},
"organization:delete": {},
"organization:*": {},
}
// Public composite coder:* scopes exposed to users.