refactor(core): Delete all auth exclusion config and checks (no-changelog) (#9044)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-04-03 16:56:36 +02:00
committed by GitHub
parent ec9fe98a35
commit 76b73a27a0
4 changed files with 13 additions and 34 deletions

View File

@@ -590,12 +590,6 @@ export const schema = {
env: 'N8N_SECURITY_AUDIT_DAYS_ABANDONED_WORKFLOW',
},
},
excludeEndpoints: {
doc: 'Additional endpoints to exclude auth checks. Multiple endpoints can be separated by colon (":")',
format: String,
default: '',
env: 'N8N_AUTH_EXCLUDE_ENDPOINTS',
},
},
endpoints: {