gateway/modules/security
Ida Dittrich 6dc2afafb9 fix:performance improvements
- app.py: Pre-warm AI connectors at module load and in lifespan
- aicoreModelRegistry.py: Connector discovery cache, getAvailableModels cache, bulk RBAC, eager prewarm
- connectorDbPostgre.py: Connector cache, contextvars for userId, eviction (max 32)
- chatbot: Uses _get_cached_connector, Service center integration, BillingService exceptions, BillingService exceptions instead of direct imports
- interfaceDbApp.py: Uses _get_cached_connector
- interfaceDbManagement.py: Uses _get_cached_connector
- security/rbac.py: Adds checkResourceAccessBulk
2026-03-06 13:46:54 +01:00
..
__init__.py refactored service center 2025-12-15 21:55:26 +01:00
passwordUtils.py fixed imports 2026-01-22 21:11:25 +01:00
rbac.py fix:performance improvements 2026-03-06 13:46:54 +01:00
rbacCatalog.py rbac rules tested and fixed 2026-01-25 03:01:01 +01:00
rbacHelpers.py refactored service center 2025-12-15 21:55:26 +01:00
rootAccess.py implemented multimandate 2026-01-17 02:17:58 +01:00