feat(vps): добавить permission vps:spaces:admin и docs Spaces
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 1m42s
Build and Push Auth Portal Docker Image / create-release (push) Skipped

Каталог RBAC и секция Spaces в integrate-vps-tracker для multi-user пространств.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-18 15:42:54 +07:00
co-authored by Cursor
parent 4ff440fb34
commit e2c45cf0fa
2 changed files with 17 additions and 2 deletions
+3
View File
@@ -80,6 +80,9 @@ export const PERMISSION_CATALOG: AppPermissionCatalog[] = [
section('accounts', 'Аккаунты', 'Аккаунты провайдеров'),
section('payments', 'Платежи', 'Платежи и баланс'),
section('sync', 'Синхронизация', 'Запуск sync', ['write']),
section('spaces', 'Пространства', 'Управление пространствами и выдачей доступа', [
'admin',
]),
section('settings', 'Настройки', 'Настройки приложения', ['admin']),
],
},