fix: Add folder scopes to global owner and admin roles (#19230)

This commit is contained in:
Stephen Wright
2025-09-08 08:08:21 +01:00
committed by GitHub
parent ed8fd32692
commit 2113532946
4 changed files with 59 additions and 9 deletions

View File

@@ -78,6 +78,11 @@ export const GLOBAL_OWNER_SCOPES: Scope[] = [
'project:delete',
'insights:list',
'folder:move',
'folder:read',
'folder:update',
'folder:delete',
'folder:create',
'folder:list',
'oidc:manage',
'dataStore:list',
'role:manage',