n8n/packages
Jon 439a22d68f
feat: Add config option to prefer GET request over LIST when using Hashicorp Vault (#8049)
## Summary
Hashicorp Vault prefers a `LIST` HTTP method to be used when fetching
secrets but not all environments will allow custom http methods through
WAFs. This PR adds `N8N_EXTERNAL_SECRETS_PREFER_GET` which when set to
`true` will use GET instead of LIST to fetch secrets.


## Review / Merge checklist
- [x] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
2023-12-15 16:20:39 +00:00
..
@n8n docs: Two small UI copy fixes in sub-nodes (#8032) 2023-12-14 19:15:38 +00:00
@n8n_io/eslint-config ci: Introduce no-plain-errors lint rule for BE packages (no-changelog) (#7961) 2023-12-08 12:51:49 +01:00
cli feat: Add config option to prefer GET request over LIST when using Hashicorp Vault (#8049) 2023-12-15 16:20:39 +00:00
core fix(core): Remove circular references before serializing executions in public API (#8043) 2023-12-15 16:01:41 +01:00
design-system 🚀 Release 1.21.0 (#8019) 2023-12-13 16:34:00 +01:00
editor-ui fix(editor): Add back credential use permission (#8023) 2023-12-14 13:36:36 +01:00
node-dev 🚀 Release 1.21.0 (#8019) 2023-12-13 16:34:00 +01:00
nodes-base fix(HTTP Request Node): Do not create circular references in HTTP request node output (#8030) 2023-12-15 16:40:39 +01:00
workflow fix(core): Remove circular references before serializing executions in public API (#8043) 2023-12-15 16:01:41 +01:00