mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Delete all auth exclusion config and checks (no-changelog) (#9044)
This commit is contained in:
committed by
GitHub
parent
ec9fe98a35
commit
76b73a27a0
@@ -252,9 +252,6 @@ test('should report security settings', async () => {
|
||||
templatesEnabled: true,
|
||||
publicApiEnabled: false,
|
||||
},
|
||||
auth: {
|
||||
authExcludeEndpoints: 'none',
|
||||
},
|
||||
nodes: { nodesExclude: 'none', nodesInclude: 'none' },
|
||||
telemetry: { diagnosticsEnabled: true },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user