p96 follow up

This commit is contained in:
team 1
2026-05-11 15:39:00 +02:00
parent 3e678c659c
commit f098a1a244
25 changed files with 790 additions and 131 deletions

View File

@@ -73,6 +73,15 @@ security:
- { path: ^/admin/login$, roles: PUBLIC_ACCESS }
- { path: ^/admin/logout$, roles: PUBLIC_ACCESS }
- { path: ^/admin/users, roles: ROLE_SUPER_ADMIN }
- { path: ^/admin/system-logs, roles: ROLE_SUPER_ADMIN }
- { path: ^/admin/vector, roles: ROLE_SUPER_ADMIN }
- { path: '^/admin/system/(?:prompt|agent)', roles: ROLE_SUPER_ADMIN }
- { path: ^/admin/jobs/global-reindex, roles: ROLE_SUPER_ADMIN }
- { path: '^/admin/ingest-profiles/(?:create|activate|remove)', roles: ROLE_SUPER_ADMIN }
- { path: ^/admin/ingest-profiles, roles: ROLE_KNOWLEDGE_ADMIN }
- { path: ^/admin/model-config, roles: ROLE_KNOWLEDGE_ADMIN }
- { path: ^/admin/documents, roles: ROLE_EDITOR }
- { path: ^/admin/tags, roles: ROLE_EDITOR }
- { path: ^/admin, roles: ROLE_ADMIN_AREA }
- { path: ^/chat/login$, roles: PUBLIC_ACCESS }