1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00
budibase/packages/worker
Rory Powell e116941750 Rotatable secrets (#9982)
* Rotatable secrets

* Set new api encryption key var

* Lint

* Use fallback keys instead of array

* Point api encryption key to dedicated value

* Add API_ENCRYPTION_KEY to cli

* Lint + add api encryption key to env files
2023-03-13 15:02:59 +00:00
..
.vscode fix launch.json for worker after TS migration 2022-03-28 12:06:37 +01:00
__mocks__ Fix worker tests 2023-01-27 17:59:14 +00:00
scripts Use --runInBand in CI only (#9771) 2023-02-22 13:04:16 +00:00
src Rotatable secrets (#9982) 2023-03-13 15:02:59 +00:00
.dockerignore adding dockerignore to worker 2022-06-08 20:15:17 +01:00
.gitignore add typescript support 2022-01-19 23:44:17 +01:00
.yarnrc Updating dockerfile to be friendly to volume usage, as well as pre-filling with uuids rather than static secrets. 2022-07-08 18:33:07 +01:00
docker_run.sh updating worker script to run as sh 2022-05-27 12:22:55 +01:00
Dockerfile Updated default feature flags to include onboarding by default. Added tenant overrides to allow exclusion from global features 2023-02-01 14:12:43 +00:00
jest-testcontainers-config.js Remove redundant env from jestTestcontainersConfigGenerator 2023-02-01 11:49:25 +00:00
jest.config.ts Trying to measure coverage from backend-core from server/worker. 2023-02-27 17:07:52 +00:00
LICENSE License cleanup 2021-11-17 14:21:16 +00:00
nodemon.json Add ts watch support for backend-core + stub out migrations 2022-05-04 11:22:50 +01:00
package.json Update pro version to 2.4.20 2023-03-13 11:55:39 +00:00
pm2.config.js Fixing issue that refactoring file caused (some strings renamed to ts rather than js). 2022-09-22 15:18:10 +01:00
tsconfig.build.json Disabling js interop in Typescript build of backend-core and worker, fixing build issues. 2022-11-26 14:46:01 +00:00
tsconfig.json Use swc option with ts-node (#9447) 2023-01-27 09:33:04 +00:00
yarn.lock Update pro version to 2.4.20 2023-03-13 11:55:39 +00:00