fix(n8n-sandbox): secure runner and expose shared API key #3

Merged
git-hermes merged 3 commits from fix/n8n-sandbox-runner-https into main 2026-09-02 16:07:13 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit cf81405a3f - Show all commits
+1
View File
@@ -74,6 +74,7 @@ describe("n8n-sandbox installation secrets", () => {
expect(apiKey?.type).toBe('password')
expect(apiKey?.required).toBe(true)
expect(apiKey?.min).toBeGreaterThanOrEqual(48)
expect(config.tipi_version).toBeGreaterThanOrEqual(2)
})
})
+1 -1
View File
@@ -6,7 +6,7 @@
"no_gui": true,
"dynamic_config": true,
"port": 8080,
"tipi_version": 1,
"tipi_version": 2,
"min_tipi_version": "4.7.0",
"version": "1.3.0",
"author": "n8n",