n8n/packages/cli/test/integration
Michael Auerswald fdac2c8572
feat(core): Add rsa option to ssh key generation (#7154)
PR adds a new field to the SourceControlPreferences as well as to the
POST parameters for the `source-control/preferences` and
`source-control/generate-key-pair` endpoints. Both now accept an
optional string parameter `keyGeneratorType` of `'ed25519' | 'rsa'`

Calling the `source-control/generate-key-pair` endpoint with the
parameter set, it will also update the stored preferences accordingly
(so that in the future new keys will use the same method)

By default ed25519 is being used. The default may be changed using a new
environment parameter:

`N8N_SOURCECONTROL_DEFAULT_SSH_KEY_TYPE` which can be `rsa` or `ed25519`

RSA keys are generated with a length of 4096 bytes.
2023-09-14 11:34:51 +02:00
..
audit refactor: Move community package logic to service (no-changelog) (#6973) 2023-09-01 15:13:19 +02:00
commands feat(core): Add commands to workers to respond with current state (#7029) 2023-09-07 14:44:19 +02:00
environments feat(core): Add rsa option to ssh key generation (#7154) 2023-09-14 11:34:51 +02:00
ExternalSecrets feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ldap feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02:00
mfa feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
publicApi refactor: Use actual nodes/credentials in cli and core tests (no-changelog) (#7115) 2023-09-06 10:23:47 +02:00
saml refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
shared feat(core): Add an option to enable WAL mode for SQLite (#7118) 2023-09-07 15:58:48 +02:00
auth.api.test.ts fix: Auth.api user limit test expecting incorrect status (#6836) 2023-08-03 13:03:26 +01:00
auth.mw.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
credentials.controller.test.ts feat(core): Add list query middleware to credentials (#7041) 2023-09-04 15:00:25 +02:00
credentials.ee.test.ts refactor(core): Consolidate CredentialsService.getMany() (no-changelog) (#7028) 2023-09-04 10:37:16 +02:00
credentials.test.ts refactor(core): Consolidate CredentialsService.getMany() (no-changelog) (#7028) 2023-09-04 10:37:16 +02:00
eventbus.ee.test.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
eventbus.test.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
license.api.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
me.api.test.ts refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
metrics.test.ts feat(core): Add metrics option to cache (#6846) 2023-08-04 20:51:07 +02:00
nodes.api.test.ts refactor: Move community package logic to service (no-changelog) (#6973) 2023-09-01 15:13:19 +02:00
owner.api.test.ts refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
passwordReset.api.test.ts ci: Fix tests on postgres (no-changelog) 2023-07-25 00:11:33 +02:00
tags.api.test.ts refactor(core): Move tag collection into repository (no-changelog) (#6860) 2023-08-08 14:08:56 +02:00
users.api.test.ts feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02:00
users.controller.test.ts feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02:00
variables.test.ts fix(core): Change VariablesService to DI and use caching (#6827) 2023-08-02 14:51:09 +02:00
webhooks.api.test.ts fix(Webhook Node): Fix URL params for webhooks (#6986) 2023-08-25 13:28:32 +02:00
workflows.controller.ee.test.ts refactor: Consolidate WorkflowService.getMany() (no-changelog) (#6892) 2023-08-22 13:19:37 +02:00
workflows.controller.test.ts refactor: Consolidate WorkflowService.getMany() (no-changelog) (#6892) 2023-08-22 13:19:37 +02:00