mcp: per-user connector access control with deny-by-default grants
Nightly Build / build (push) Successful in 6m33s

This commit is contained in:
2026-07-21 20:48:56 +01:00
parent c8e4cb4384
commit 17f5769e0d
11 changed files with 503 additions and 8 deletions
+9
View File
@@ -999,8 +999,17 @@ export default {
'users.action.reset_pw': 'Reset password',
'users.action.edit': 'Edit',
'users.action.connectors': 'Connectors',
'users.action.delete': 'Delete',
'users.modal.connectors_title': 'Connectors — {username}',
'users.conn.globals': 'Shared connectors',
'users.conn.catalog': 'Personal connectors',
'users.conn.hint_global': 'Available to this user as soon as you enable it.',
'users.conn.hint_catalog': 'This user may activate these and sign in themselves from their Connectors page.',
'users.conn.empty': 'No connectors registered yet.',
'users.conn.disabled': 'disabled',
'users.modal.create_title': 'New user',
'users.modal.edit_title': 'Edit {username}',
'users.modal.reset_title': 'Reset password — {username}',