fix(n8n-sandbox): secure runner and expose shared API key #3
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user