⚡ Make it possible to open endpoints
This commit is contained in:
@@ -300,6 +300,12 @@ const config = convict({
|
||||
},
|
||||
|
||||
security: {
|
||||
excludeEndpoints: {
|
||||
doc: 'Additional endpoints to exclude auth checks. Multiple endpoints can be separated by colon (":")',
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'N8N_AUTH_EXCLUDE_ENDPOINTS'
|
||||
},
|
||||
basicAuth: {
|
||||
active: {
|
||||
format: 'Boolean',
|
||||
|
||||
Reference in New Issue
Block a user