mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(core): Add scopes to API Keys (#14176)
Co-authored-by: Charlie Kolb <charlie@n8n.io> Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
@@ -634,6 +634,7 @@ export const EnterpriseEditionFeature: Record<
|
||||
WorkflowHistory: 'workflowHistory',
|
||||
WorkerView: 'workerView',
|
||||
AdvancedPermissions: 'advancedPermissions',
|
||||
ApiKeyScopes: 'apiKeyScopes',
|
||||
};
|
||||
|
||||
export const MAIN_NODE_PANEL_WIDTH = 390;
|
||||
|
||||
Reference in New Issue
Block a user