refactor(core): Port external secrets config (no-changelog) (#10094)
This commit is contained in:
@@ -763,21 +763,6 @@ export const schema = {
|
||||
},
|
||||
},
|
||||
|
||||
externalSecrets: {
|
||||
updateInterval: {
|
||||
format: Number,
|
||||
default: 300,
|
||||
env: 'N8N_EXTERNAL_SECRETS_UPDATE_INTERVAL',
|
||||
doc: 'How often (in seconds) to check for secret updates.',
|
||||
},
|
||||
preferGet: {
|
||||
format: Boolean,
|
||||
default: false,
|
||||
env: 'N8N_EXTERNAL_SECRETS_PREFER_GET',
|
||||
doc: 'Whether to prefer GET over LIST when fetching secrets from Hashicorp Vault.',
|
||||
},
|
||||
},
|
||||
|
||||
deployment: {
|
||||
type: {
|
||||
format: String,
|
||||
|
||||
Reference in New Issue
Block a user